Shades of Deep Pink #FC0878
Tints of Deep Pink #FC0878
RGB
CMYK
RGB Variations
Color information
#FC0878 (or 0xFC0878) is known color: Deep Pink. HEX triplet: FC, 08 and 78. RGB value is (252,8,120). Sum of RGB (Red+Green+Blue) = 252+8+120=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0878 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0878 is #03F787. Grayscale: #5D5D5D. Windows color (decimal): -259976 or 7866620. OLE color: 7866620.
HSL color Cylindrical-coordinate representation of color #FC0878: hue angle of 332.46º 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 #FC0878 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 120 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.01 |
| HSL | 332.46º | 0.98% | 0.51% | - |
| HSV(B) | 332.46º | 0.97% | 0.99% | - |
| XYZ | 43.62 | 22.23 | 19.76 | - |
| YUV | 93.72 | 142.84 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 120 | 0 | 0.97 | 0.52 | 0.01 | 332.46 | 0.98 | 0.51 |
| Hex | FC | 8 | 78 | 0 | 61 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 10 | 170 | 0 | 141 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 1000 | 1111000 | 0 | 1100001 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC0878
Complementary color
Monochromatic Colors of #FC0878
Black with #FC0878
Text Example
Text Example
White with #FC0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0878; }
p { color: rgb(252,8,120); }
H1.HeaderClassName
{
color: #FC0878;
}
.AnyTagClassName
{
color: #FC0878;
}
</style>
background-color css
<style>
a { background-color: #FC0878; }
a { background-color: rgb(252,8,120); }
div.DivClassName
{
background-color: #FC0878;
}
.BgClassName
{
background-color: #FC0878;
}
</style>
border-color css
<style>
span { border-color: #FC0878; }
span { border-color: rgb(252,8,120); }
td.TdClassName
{
border-color: #FC0878;
}
.TagClassName
{
border-color: #FC0878;
}
</style>