Shades of Deep Pink #FC0C9C
Tints of Deep Pink #FC0C9C
RGB
CMYK
RGB Variations
Color information
#FC0C9C (or 0xFC0C9C) is known color: Deep Pink. HEX triplet: FC, 0C and 9C. RGB value is (252,12,156). Sum of RGB (Red+Green+Blue) = 252+12+156=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0C9C is #03F363. Grayscale: #636363. Windows color (decimal): -258916 or 10226940. OLE color: 10226940.
HSL color Cylindrical-coordinate representation of color #FC0C9C: hue angle of 324º 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 #FC0C9C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 156 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.01 |
| HSL | 324º | 0.98% | 0.52% | - |
| HSV(B) | 324º | 0.95% | 0.99% | - |
| XYZ | 46.28 | 23.36 | 33.52 | - |
| YUV | 100.18 | 159.51 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 156 | 0 | 0.95 | 0.38 | 0.01 | 324 | 0.98 | 0.52 |
| Hex | FC | C | 9C | 0 | 5F | 26 | 1 | 144 | 62 | 34 |
| Octal | 374 | 14 | 234 | 0 | 137 | 46 | 1 | 504 | 142 | 64 |
| Binary | 11111100 | 1100 | 10011100 | 0 | 1011111 | 100110 | 1 | 101000100 | 1100010 | 110100 |
Color Harmonies of #FC0C9C
Complementary color
Monochromatic Colors of #FC0C9C
Black with #FC0C9C
Text Example
Text Example
White with #FC0C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C9C; }
p { color: rgb(252,12,156); }
H1.HeaderClassName
{
color: #FC0C9C;
}
.AnyTagClassName
{
color: #FC0C9C;
}
</style>
background-color css
<style>
a { background-color: #FC0C9C; }
a { background-color: rgb(252,12,156); }
div.DivClassName
{
background-color: #FC0C9C;
}
.BgClassName
{
background-color: #FC0C9C;
}
</style>
border-color css
<style>
span { border-color: #FC0C9C; }
span { border-color: rgb(252,12,156); }
td.TdClassName
{
border-color: #FC0C9C;
}
.TagClassName
{
border-color: #FC0C9C;
}
</style>