Shades of Deep Pink #FC1176
Tints of Deep Pink #FC1176
RGB
CMYK
RGB Variations
Color information
#FC1176 (or 0xFC1176) is known color: Deep Pink. HEX triplet: FC, 11 and 76. RGB value is (252,17,118). Sum of RGB (Red+Green+Blue) = 252+17+118=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1176 is #03EE89. Grayscale: #626262. Windows color (decimal): -257674 or 7737852. OLE color: 7737852.
HSL color Cylindrical-coordinate representation of color #FC1176: hue angle of 334.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1176 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.01 |
| HSL | 334.21º | 0.98% | 0.53% | - |
| HSV(B) | 334.21º | 0.93% | 0.99% | - |
| XYZ | 43.62 | 22.4 | 19.17 | - |
| YUV | 98.78 | 138.86 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 118 | 0 | 0.93 | 0.53 | 0.01 | 334.21 | 0.98 | 0.53 |
| Hex | FC | 11 | 76 | 0 | 5D | 35 | 1 | 14E | 62 | 35 |
| Octal | 374 | 21 | 166 | 0 | 135 | 65 | 1 | 516 | 142 | 65 |
| Binary | 11111100 | 10001 | 1110110 | 0 | 1011101 | 110101 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FC1176
Complementary color
Monochromatic Colors of #FC1176
Black with #FC1176
Text Example
Text Example
White with #FC1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1176; }
p { color: rgb(252,17,118); }
H1.HeaderClassName
{
color: #FC1176;
}
.AnyTagClassName
{
color: #FC1176;
}
</style>
background-color css
<style>
a { background-color: #FC1176; }
a { background-color: rgb(252,17,118); }
div.DivClassName
{
background-color: #FC1176;
}
.BgClassName
{
background-color: #FC1176;
}
</style>
border-color css
<style>
span { border-color: #FC1176; }
span { border-color: rgb(252,17,118); }
td.TdClassName
{
border-color: #FC1176;
}
.TagClassName
{
border-color: #FC1176;
}
</style>