Shades of Deep Pink #FC0E76
Tints of Deep Pink #FC0E76
RGB
CMYK
RGB Variations
Color information
#FC0E76 (or 0xFC0E76) is known color: Deep Pink. HEX triplet: FC, 0E and 76. RGB value is (252,14,118). Sum of RGB (Red+Green+Blue) = 252+14+118=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0E76 is #03F189. Grayscale: #606060. Windows color (decimal): -258442 or 7737084. OLE color: 7737084.
HSL color Cylindrical-coordinate representation of color #FC0E76: hue angle of 333.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0E76 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 118 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.01 |
| HSL | 333.78º | 0.98% | 0.52% | - |
| HSV(B) | 333.78º | 0.94% | 0.99% | - |
| XYZ | 43.57 | 22.32 | 19.15 | - |
| YUV | 97.02 | 139.85 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 118 | 0 | 0.94 | 0.53 | 0.01 | 333.78 | 0.98 | 0.52 |
| Hex | FC | E | 76 | 0 | 5E | 35 | 1 | 14E | 62 | 34 |
| Octal | 374 | 16 | 166 | 0 | 136 | 65 | 1 | 516 | 142 | 64 |
| Binary | 11111100 | 1110 | 1110110 | 0 | 1011110 | 110101 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FC0E76
Complementary color
Monochromatic Colors of #FC0E76
Black with #FC0E76
Text Example
Text Example
White with #FC0E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E76; }
p { color: rgb(252,14,118); }
H1.HeaderClassName
{
color: #FC0E76;
}
.AnyTagClassName
{
color: #FC0E76;
}
</style>
background-color css
<style>
a { background-color: #FC0E76; }
a { background-color: rgb(252,14,118); }
div.DivClassName
{
background-color: #FC0E76;
}
.BgClassName
{
background-color: #FC0E76;
}
</style>
border-color css
<style>
span { border-color: #FC0E76; }
span { border-color: rgb(252,14,118); }
td.TdClassName
{
border-color: #FC0E76;
}
.TagClassName
{
border-color: #FC0E76;
}
</style>