Shades of Deep Pink #FC0884
Tints of Deep Pink #FC0884
RGB
CMYK
RGB Variations
Color information
#FC0884 (or 0xFC0884) is known color: Deep Pink. HEX triplet: FC, 08 and 84. RGB value is (252,8,132). Sum of RGB (Red+Green+Blue) = 252+8+132=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0884 is #03F77B. Grayscale: #5E5E5E. Windows color (decimal): -259964 or 8653052. OLE color: 8653052.
HSL color Cylindrical-coordinate representation of color #FC0884: hue angle of 329.51º 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 #FC0884 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.01 |
| HSL | 329.51º | 0.98% | 0.51% | - |
| HSV(B) | 329.51º | 0.97% | 0.99% | - |
| XYZ | 44.4 | 22.54 | 23.84 | - |
| YUV | 95.09 | 148.84 | 239.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 132 | 0 | 0.97 | 0.48 | 0.01 | 329.51 | 0.98 | 0.51 |
| Hex | FC | 8 | 84 | 0 | 61 | 30 | 1 | 14A | 62 | 33 |
| Octal | 374 | 10 | 204 | 0 | 141 | 60 | 1 | 512 | 142 | 63 |
| Binary | 11111100 | 1000 | 10000100 | 0 | 1100001 | 110000 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FC0884
Complementary color
Monochromatic Colors of #FC0884
Black with #FC0884
Text Example
Text Example
White with #FC0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0884; }
p { color: rgb(252,8,132); }
H1.HeaderClassName
{
color: #FC0884;
}
.AnyTagClassName
{
color: #FC0884;
}
</style>
background-color css
<style>
a { background-color: #FC0884; }
a { background-color: rgb(252,8,132); }
div.DivClassName
{
background-color: #FC0884;
}
.BgClassName
{
background-color: #FC0884;
}
</style>
border-color css
<style>
span { border-color: #FC0884; }
span { border-color: rgb(252,8,132); }
td.TdClassName
{
border-color: #FC0884;
}
.TagClassName
{
border-color: #FC0884;
}
</style>