Shades of Deep Pink #FC0E8C
Tints of Deep Pink #FC0E8C
RGB
CMYK
RGB Variations
Color information
#FC0E8C (or 0xFC0E8C) is known color: Deep Pink. HEX triplet: FC, 0E and 8C. RGB value is (252,14,140). Sum of RGB (Red+Green+Blue) = 252+14+140=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0E8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0E8C is #03F173. Grayscale: #636363. Windows color (decimal): -258420 or 9178876. OLE color: 9178876.
HSL color Cylindrical-coordinate representation of color #FC0E8C: hue angle of 328.24º 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 #FC0E8C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 140 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.01 |
| HSL | 328.24º | 0.98% | 0.52% | - |
| HSV(B) | 328.24º | 0.94% | 0.99% | - |
| XYZ | 45.04 | 22.9 | 26.86 | - |
| YUV | 99.53 | 150.85 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 140 | 0 | 0.94 | 0.44 | 0.01 | 328.24 | 0.98 | 0.52 |
| Hex | FC | E | 8C | 0 | 5E | 2C | 1 | 148 | 62 | 34 |
| Octal | 374 | 16 | 214 | 0 | 136 | 54 | 1 | 510 | 142 | 64 |
| Binary | 11111100 | 1110 | 10001100 | 0 | 1011110 | 101100 | 1 | 101001000 | 1100010 | 110100 |
Color Harmonies of #FC0E8C
Complementary color
Monochromatic Colors of #FC0E8C
Black with #FC0E8C
Text Example
Text Example
White with #FC0E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0E8C; }
p { color: rgb(252,14,140); }
H1.HeaderClassName
{
color: #FC0E8C;
}
.AnyTagClassName
{
color: #FC0E8C;
}
</style>
background-color css
<style>
a { background-color: #FC0E8C; }
a { background-color: rgb(252,14,140); }
div.DivClassName
{
background-color: #FC0E8C;
}
.BgClassName
{
background-color: #FC0E8C;
}
</style>
border-color css
<style>
span { border-color: #FC0E8C; }
span { border-color: rgb(252,14,140); }
td.TdClassName
{
border-color: #FC0E8C;
}
.TagClassName
{
border-color: #FC0E8C;
}
</style>