Shades of Deep Pink #FC0C9E
Tints of Deep Pink #FC0C9E
RGB
CMYK
RGB Variations
Color information
#FC0C9E (or 0xFC0C9E) is known color: Deep Pink. HEX triplet: FC, 0C and 9E. RGB value is (252,12,158). Sum of RGB (Red+Green+Blue) = 252+12+158=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C9E is #03F361. Grayscale: #646464. Windows color (decimal): -258914 or 10358012. OLE color: 10358012.
HSL color Cylindrical-coordinate representation of color #FC0C9E: hue angle of 323.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 #FC0C9E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.01 |
| HSL | 323.5º | 0.98% | 0.52% | - |
| HSV(B) | 323.5º | 0.95% | 0.99% | - |
| XYZ | 46.45 | 23.43 | 34.42 | - |
| YUV | 100.4 | 160.51 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 158 | 0 | 0.95 | 0.37 | 0.01 | 323.5 | 0.98 | 0.52 |
| Hex | FC | C | 9E | 0 | 5F | 25 | 1 | 144 | 62 | 34 |
| Octal | 374 | 14 | 236 | 0 | 137 | 45 | 1 | 504 | 142 | 64 |
| Binary | 11111100 | 1100 | 10011110 | 0 | 1011111 | 100101 | 1 | 101000100 | 1100010 | 110100 |
Color Harmonies of #FC0C9E
Complementary color
Monochromatic Colors of #FC0C9E
Black with #FC0C9E
Text Example
Text Example
White with #FC0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C9E; }
p { color: rgb(252,12,158); }
H1.HeaderClassName
{
color: #FC0C9E;
}
.AnyTagClassName
{
color: #FC0C9E;
}
</style>
background-color css
<style>
a { background-color: #FC0C9E; }
a { background-color: rgb(252,12,158); }
div.DivClassName
{
background-color: #FC0C9E;
}
.BgClassName
{
background-color: #FC0C9E;
}
</style>
border-color css
<style>
span { border-color: #FC0C9E; }
span { border-color: rgb(252,12,158); }
td.TdClassName
{
border-color: #FC0C9E;
}
.TagClassName
{
border-color: #FC0C9E;
}
</style>