Shades of Deep Pink #FC0D76
Tints of Deep Pink #FC0D76
RGB
CMYK
RGB Variations
Color information
#FC0D76 (or 0xFC0D76) is known color: Deep Pink. HEX triplet: FC, 0D and 76. RGB value is (252,13,118). Sum of RGB (Red+Green+Blue) = 252+13+118=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D76 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D76 is #03F289. Grayscale: #606060. Windows color (decimal): -258698 or 7736828. OLE color: 7736828.
HSL color Cylindrical-coordinate representation of color #FC0D76: hue angle of 333.64º 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 #FC0D76 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 118 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.01 |
| HSL | 333.64º | 0.98% | 0.52% | - |
| HSV(B) | 333.64º | 0.95% | 0.99% | - |
| XYZ | 43.56 | 22.29 | 19.15 | - |
| YUV | 96.43 | 140.18 | 238.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 118 | 0 | 0.95 | 0.53 | 0.01 | 333.64 | 0.98 | 0.52 |
| Hex | FC | D | 76 | 0 | 5F | 35 | 1 | 14E | 62 | 34 |
| Octal | 374 | 15 | 166 | 0 | 137 | 65 | 1 | 516 | 142 | 64 |
| Binary | 11111100 | 1101 | 1110110 | 0 | 1011111 | 110101 | 1 | 101001110 | 1100010 | 110100 |
Color Harmonies of #FC0D76
Complementary color
Monochromatic Colors of #FC0D76
Black with #FC0D76
Text Example
Text Example
White with #FC0D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0D76; }
p { color: rgb(252,13,118); }
H1.HeaderClassName
{
color: #FC0D76;
}
.AnyTagClassName
{
color: #FC0D76;
}
</style>
background-color css
<style>
a { background-color: #FC0D76; }
a { background-color: rgb(252,13,118); }
div.DivClassName
{
background-color: #FC0D76;
}
.BgClassName
{
background-color: #FC0D76;
}
</style>
border-color css
<style>
span { border-color: #FC0D76; }
span { border-color: rgb(252,13,118); }
td.TdClassName
{
border-color: #FC0D76;
}
.TagClassName
{
border-color: #FC0D76;
}
</style>