Shades of Deep Pink #FC1976
Tints of Deep Pink #FC1976
RGB
CMYK
RGB Variations
Color information
#FC1976 (or 0xFC1976) is known color: Deep Pink. HEX triplet: FC, 19 and 76. RGB value is (252,25,118). Sum of RGB (Red+Green+Blue) = 252+25+118=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1976 is #03E689. Grayscale: #676767. Windows color (decimal): -255626 or 7739900. OLE color: 7739900.
HSL color Cylindrical-coordinate representation of color #FC1976: hue angle of 335.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1976 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.01 |
| HSL | 335.42º | 0.97% | 0.54% | - |
| HSV(B) | 335.42º | 0.9% | 0.99% | - |
| XYZ | 43.76 | 22.7 | 19.21 | - |
| YUV | 103.48 | 136.21 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 118 | 0 | 0.90 | 0.53 | 0.01 | 335.42 | 0.97 | 0.54 |
| Hex | FC | 19 | 76 | 0 | 5A | 35 | 1 | 14F | 61 | 36 |
| Octal | 374 | 31 | 166 | 0 | 132 | 65 | 1 | 517 | 141 | 66 |
| Binary | 11111100 | 11001 | 1110110 | 0 | 1011010 | 110101 | 1 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FC1976
Complementary color
Monochromatic Colors of #FC1976
Black with #FC1976
Text Example
Text Example
White with #FC1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1976; }
p { color: rgb(252,25,118); }
H1.HeaderClassName
{
color: #FC1976;
}
.AnyTagClassName
{
color: #FC1976;
}
</style>
background-color css
<style>
a { background-color: #FC1976; }
a { background-color: rgb(252,25,118); }
div.DivClassName
{
background-color: #FC1976;
}
.BgClassName
{
background-color: #FC1976;
}
</style>
border-color css
<style>
span { border-color: #FC1976; }
span { border-color: rgb(252,25,118); }
td.TdClassName
{
border-color: #FC1976;
}
.TagClassName
{
border-color: #FC1976;
}
</style>