Shades of Deep Pink #FC0C7F
Tints of Deep Pink #FC0C7F
RGB
CMYK
RGB Variations
Color information
#FC0C7F (or 0xFC0C7F) is known color: Deep Pink. HEX triplet: FC, 0C and 7F. RGB value is (252,12,127). Sum of RGB (Red+Green+Blue) = 252+12+127=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C7F is #03F380. Grayscale: #606060. Windows color (decimal): -258945 or 8326396. OLE color: 8326396.
HSL color Cylindrical-coordinate representation of color #FC0C7F: hue angle of 331.25º 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 #FC0C7F is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 127 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.01 |
| HSL | 331.25º | 0.98% | 0.52% | - |
| HSV(B) | 331.25º | 0.95% | 0.99% | - |
| XYZ | 44.11 | 22.49 | 22.1 | - |
| YUV | 96.87 | 145.01 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 127 | 0 | 0.95 | 0.50 | 0.01 | 331.25 | 0.98 | 0.52 |
| Hex | FC | C | 7F | 0 | 5F | 32 | 1 | 14B | 62 | 34 |
| Octal | 374 | 14 | 177 | 0 | 137 | 62 | 1 | 513 | 142 | 64 |
| Binary | 11111100 | 1100 | 1111111 | 0 | 1011111 | 110010 | 1 | 101001011 | 1100010 | 110100 |
Color Harmonies of #FC0C7F
Complementary color
Monochromatic Colors of #FC0C7F
Black with #FC0C7F
Text Example
Text Example
White with #FC0C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C7F; }
p { color: rgb(252,12,127); }
H1.HeaderClassName
{
color: #FC0C7F;
}
.AnyTagClassName
{
color: #FC0C7F;
}
</style>
background-color css
<style>
a { background-color: #FC0C7F; }
a { background-color: rgb(252,12,127); }
div.DivClassName
{
background-color: #FC0C7F;
}
.BgClassName
{
background-color: #FC0C7F;
}
</style>
border-color css
<style>
span { border-color: #FC0C7F; }
span { border-color: rgb(252,12,127); }
td.TdClassName
{
border-color: #FC0C7F;
}
.TagClassName
{
border-color: #FC0C7F;
}
</style>