Shades of Deep Pink #FC0879
Tints of Deep Pink #FC0879
RGB
CMYK
RGB Variations
Color information
#FC0879 (or 0xFC0879) is known color: Deep Pink. HEX triplet: FC, 08 and 79. RGB value is (252,8,121). Sum of RGB (Red+Green+Blue) = 252+8+121=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0879 is #03F786. Grayscale: #5D5D5D. Windows color (decimal): -259975 or 7932156. OLE color: 7932156.
HSL color Cylindrical-coordinate representation of color #FC0879: hue angle of 332.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0879 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.01 |
| HSL | 332.21º | 0.98% | 0.51% | - |
| HSV(B) | 332.21º | 0.97% | 0.99% | - |
| XYZ | 43.68 | 22.25 | 20.08 | - |
| YUV | 93.84 | 143.34 | 240.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 121 | 0 | 0.97 | 0.52 | 0.01 | 332.21 | 0.98 | 0.51 |
| Hex | FC | 8 | 79 | 0 | 61 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 10 | 171 | 0 | 141 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 1000 | 1111001 | 0 | 1100001 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC0879
Complementary color
Monochromatic Colors of #FC0879
Black with #FC0879
Text Example
Text Example
White with #FC0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0879; }
p { color: rgb(252,8,121); }
H1.HeaderClassName
{
color: #FC0879;
}
.AnyTagClassName
{
color: #FC0879;
}
</style>
background-color css
<style>
a { background-color: #FC0879; }
a { background-color: rgb(252,8,121); }
div.DivClassName
{
background-color: #FC0879;
}
.BgClassName
{
background-color: #FC0879;
}
</style>
border-color css
<style>
span { border-color: #FC0879; }
span { border-color: rgb(252,8,121); }
td.TdClassName
{
border-color: #FC0879;
}
.TagClassName
{
border-color: #FC0879;
}
</style>