Shades of Deep Pink #FA017F
Tints of Deep Pink #FA017F
RGB
CMYK
RGB Variations
Color information
#FA017F (or 0xFA017F) is known color: Deep Pink. HEX triplet: FA, 01 and 7F. RGB value is (250,1,127). Sum of RGB (Red+Green+Blue) = 250+1+127=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA017F is #05FE80. Grayscale: #595959. Windows color (decimal): -392833 or 8323578. OLE color: 8323578.
HSL color Cylindrical-coordinate representation of color #FA017F: hue angle of 329.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA017F is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.02 |
| HSL | 329.64º | 0.99% | 0.49% | - |
| HSV(B) | 329.64º | 1% | 0.98% | - |
| XYZ | 43.27 | 21.88 | 22.02 | - |
| YUV | 89.82 | 148.99 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 127 | 0 | 1.00 | 0.49 | 0.02 | 329.64 | 0.99 | 0.49 |
| Hex | FA | 1 | 7F | 0 | 64 | 31 | 2 | 14A | 63 | 31 |
| Octal | 372 | 1 | 177 | 0 | 144 | 61 | 2 | 512 | 143 | 61 |
| Binary | 11111010 | 1 | 1111111 | 0 | 1100100 | 110001 | 10 | 101001010 | 1100011 | 110001 |
Color Harmonies of #FA017F
Complementary color
Monochromatic Colors of #FA017F
Black with #FA017F
Text Example
Text Example
White with #FA017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA017F; }
p { color: rgb(250,1,127); }
H1.HeaderClassName
{
color: #FA017F;
}
.AnyTagClassName
{
color: #FA017F;
}
</style>
background-color css
<style>
a { background-color: #FA017F; }
a { background-color: rgb(250,1,127); }
div.DivClassName
{
background-color: #FA017F;
}
.BgClassName
{
background-color: #FA017F;
}
</style>
border-color css
<style>
span { border-color: #FA017F; }
span { border-color: rgb(250,1,127); }
td.TdClassName
{
border-color: #FA017F;
}
.TagClassName
{
border-color: #FA017F;
}
</style>