Shades of Deep Pink #FC0976
Tints of Deep Pink #FC0976
RGB
CMYK
RGB Variations
Color information
#FC0976 (or 0xFC0976) is known color: Deep Pink. HEX triplet: FC, 09 and 76. RGB value is (252,9,118). Sum of RGB (Red+Green+Blue) = 252+9+118=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0976 is #03F689. Grayscale: #5D5D5D. Windows color (decimal): -259722 or 7735804. OLE color: 7735804.
HSL color Cylindrical-coordinate representation of color #FC0976: hue angle of 333.09º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0976 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.01 |
| HSL | 333.09º | 0.98% | 0.51% | - |
| HSV(B) | 333.09º | 0.96% | 0.99% | - |
| XYZ | 43.51 | 22.2 | 19.13 | - |
| YUV | 94.08 | 141.51 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 118 | 0 | 0.96 | 0.53 | 0.01 | 333.09 | 0.98 | 0.51 |
| Hex | FC | 9 | 76 | 0 | 60 | 35 | 1 | 14D | 62 | 33 |
| Octal | 374 | 11 | 166 | 0 | 140 | 65 | 1 | 515 | 142 | 63 |
| Binary | 11111100 | 1001 | 1110110 | 0 | 1100000 | 110101 | 1 | 101001101 | 1100010 | 110011 |
Color Harmonies of #FC0976
Complementary color
Monochromatic Colors of #FC0976
Black with #FC0976
Text Example
Text Example
White with #FC0976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0976; }
p { color: rgb(252,9,118); }
H1.HeaderClassName
{
color: #FC0976;
}
.AnyTagClassName
{
color: #FC0976;
}
</style>
background-color css
<style>
a { background-color: #FC0976; }
a { background-color: rgb(252,9,118); }
div.DivClassName
{
background-color: #FC0976;
}
.BgClassName
{
background-color: #FC0976;
}
</style>
border-color css
<style>
span { border-color: #FC0976; }
span { border-color: rgb(252,9,118); }
td.TdClassName
{
border-color: #FC0976;
}
.TagClassName
{
border-color: #FC0976;
}
</style>