Shades of Deep Pink #FC0D78
Tints of Deep Pink #FC0D78
RGB
CMYK
RGB Variations
Color information
#FC0D78 (or 0xFC0D78) is known color: Deep Pink. HEX triplet: FC, 0D and 78. RGB value is (252,13,120). Sum of RGB (Red+Green+Blue) = 252+13+120=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D78 is #03F287. Grayscale: #606060. Windows color (decimal): -258696 or 7867900. OLE color: 7867900.
HSL color Cylindrical-coordinate representation of color #FC0D78: hue angle of 333.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0D78 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 120 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.01 |
| HSL | 333.14º | 0.98% | 0.52% | - |
| HSV(B) | 333.14º | 0.95% | 0.99% | - |
| XYZ | 43.68 | 22.34 | 19.78 | - |
| YUV | 96.66 | 141.18 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 120 | 0 | 0.95 | 0.52 | 0.01 | 333.14 | 0.98 | 0.52 |
| Hex | FC | D | 78 | 0 | 5F | 34 | 1 | 14D | 62 | 34 |
| Octal | 374 | 15 | 170 | 0 | 137 | 64 | 1 | 515 | 142 | 64 |
| Binary | 11111100 | 1101 | 1111000 | 0 | 1011111 | 110100 | 1 | 101001101 | 1100010 | 110100 |
Color Harmonies of #FC0D78
Complementary color
Monochromatic Colors of #FC0D78
Black with #FC0D78
Text Example
Text Example
White with #FC0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D78; }
p { color: rgb(252,13,120); }
H1.HeaderClassName
{
color: #FC0D78;
}
.AnyTagClassName
{
color: #FC0D78;
}
</style>
background-color css
<style>
a { background-color: #FC0D78; }
a { background-color: rgb(252,13,120); }
div.DivClassName
{
background-color: #FC0D78;
}
.BgClassName
{
background-color: #FC0D78;
}
</style>
border-color css
<style>
span { border-color: #FC0D78; }
span { border-color: rgb(252,13,120); }
td.TdClassName
{
border-color: #FC0D78;
}
.TagClassName
{
border-color: #FC0D78;
}
</style>