reddish black
Enter any color value (e.g., #15e062, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#ff5fff color RGB value is (255,95,255)
#ff5fff color CMYK value
#ff5fff color HSL value
HSV(or HSB) | 300° | 62.7 | 100 |
XYZ | 63.382 | 36.664 | 98.344 |
Yxy | 0.319 | 0.185 | 36.664 |
LAB | 67.024 | 78.966 | -50.181 |
LUV | 67.024 | 70.803 | -91.554 |
Hunter-LAB | 60.551 | 80.881 | -53.91 |
CIE-LCH | 67.024 | 93.562 | 327.565 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FF | 5F | FF |
Decimal | 255 | 95 | 255 |
Octal | 377 | 137 | 377 |
Binary | 11111111 | 01011111 | 11111111 |
Below, you can see some colors close to #ff5fff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff5fff.
<span style="color:#ff5fff">Text here</span>
This paragraph has a background color of #ff5fff.
<p style="background-color:#ff5fff;">Content here</p>
This element has a border color of #ff5fff.
<div style="border:1px #ff5fff;">Content here</div>
.text {color:#ff5fff;}
.background {background-color:#ff5fff;}
.border {border:1px solid #ff5fff;}
.text-shadow {border:1px solid #ff5fff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0a000a is the darkest color, while #fff4ff is the lightest one.