Shades of Deep Pink #FC0C8E
Tints of Deep Pink #FC0C8E
RGB
CMYK
RGB Variations
Color information
#FC0C8E (or 0xFC0C8E) is known color: Deep Pink. HEX triplet: FC, 0C and 8E. RGB value is (252,12,142). Sum of RGB (Red+Green+Blue) = 252+12+142=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C8E is #03F371. Grayscale: #626262. Windows color (decimal): -258930 or 9309436. OLE color: 9309436.
HSL color Cylindrical-coordinate representation of color #FC0C8E: hue angle of 327.5º 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 #FC0C8E is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 142 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.01 |
| HSL | 327.5º | 0.98% | 0.52% | - |
| HSV(B) | 327.5º | 0.95% | 0.99% | - |
| XYZ | 45.16 | 22.91 | 27.63 | - |
| YUV | 98.58 | 152.51 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 142 | 0 | 0.95 | 0.44 | 0.01 | 327.5 | 0.98 | 0.52 |
| Hex | FC | C | 8E | 0 | 5F | 2C | 1 | 148 | 62 | 34 |
| Octal | 374 | 14 | 216 | 0 | 137 | 54 | 1 | 510 | 142 | 64 |
| Binary | 11111100 | 1100 | 10001110 | 0 | 1011111 | 101100 | 1 | 101001000 | 1100010 | 110100 |
Color Harmonies of #FC0C8E
Complementary color
Monochromatic Colors of #FC0C8E
Black with #FC0C8E
Text Example
Text Example
White with #FC0C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C8E; }
p { color: rgb(252,12,142); }
H1.HeaderClassName
{
color: #FC0C8E;
}
.AnyTagClassName
{
color: #FC0C8E;
}
</style>
background-color css
<style>
a { background-color: #FC0C8E; }
a { background-color: rgb(252,12,142); }
div.DivClassName
{
background-color: #FC0C8E;
}
.BgClassName
{
background-color: #FC0C8E;
}
</style>
border-color css
<style>
span { border-color: #FC0C8E; }
span { border-color: rgb(252,12,142); }
td.TdClassName
{
border-color: #FC0C8E;
}
.TagClassName
{
border-color: #FC0C8E;
}
</style>