Shades of Deep Pink #FC017F
Tints of Deep Pink #FC017F
RGB
CMYK
RGB Variations
Color information
#FC017F (or 0xFC017F) is known color: Deep Pink. HEX triplet: FC, 01 and 7F. RGB value is (252,1,127). Sum of RGB (Red+Green+Blue) = 252+1+127=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC017F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC017F is #03FE80. Grayscale: #5A5A5A. Windows color (decimal): -261761 or 8323580. OLE color: 8323580.
HSL color Cylindrical-coordinate representation of color #FC017F: hue angle of 329.88º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC017F is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 127 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.01 |
| HSL | 329.88º | 0.99% | 0.5% | - |
| HSV(B) | 329.88º | 1% | 0.99% | - |
| XYZ | 43.99 | 22.25 | 22.05 | - |
| YUV | 90.41 | 148.66 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 127 | 0 | 1.00 | 0.50 | 0.01 | 329.88 | 0.99 | 0.5 |
| Hex | FC | 1 | 7F | 0 | 64 | 32 | 1 | 14A | 63 | 32 |
| Octal | 374 | 1 | 177 | 0 | 144 | 62 | 1 | 512 | 143 | 62 |
| Binary | 11111100 | 1 | 1111111 | 0 | 1100100 | 110010 | 1 | 101001010 | 1100011 | 110010 |
Color Harmonies of #FC017F
Complementary color
Monochromatic Colors of #FC017F
Black with #FC017F
Text Example
Text Example
White with #FC017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC017F; }
p { color: rgb(252,1,127); }
H1.HeaderClassName
{
color: #FC017F;
}
.AnyTagClassName
{
color: #FC017F;
}
</style>
background-color css
<style>
a { background-color: #FC017F; }
a { background-color: rgb(252,1,127); }
div.DivClassName
{
background-color: #FC017F;
}
.BgClassName
{
background-color: #FC017F;
}
</style>
border-color css
<style>
span { border-color: #FC017F; }
span { border-color: rgb(252,1,127); }
td.TdClassName
{
border-color: #FC017F;
}
.TagClassName
{
border-color: #FC017F;
}
</style>