Shades of Deep Pink #FC0176
Tints of Deep Pink #FC0176
RGB
CMYK
RGB Variations
Color information
#FC0176 (or 0xFC0176) is known color: Deep Pink. HEX triplet: FC, 01 and 76. RGB value is (252,1,118). Sum of RGB (Red+Green+Blue) = 252+1+118=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0176 is #03FE89. Grayscale: #595959. Windows color (decimal): -261770 or 7733756. OLE color: 7733756.
HSL color Cylindrical-coordinate representation of color #FC0176: hue angle of 332.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0176 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.01 |
| HSL | 332.03º | 0.99% | 0.5% | - |
| HSV(B) | 332.03º | 1% | 0.99% | - |
| XYZ | 43.43 | 22.03 | 19.1 | - |
| YUV | 89.39 | 144.16 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 118 | 0 | 1.00 | 0.53 | 0.01 | 332.03 | 0.99 | 0.5 |
| Hex | FC | 1 | 76 | 0 | 64 | 35 | 1 | 14C | 63 | 32 |
| Octal | 374 | 1 | 166 | 0 | 144 | 65 | 1 | 514 | 143 | 62 |
| Binary | 11111100 | 1 | 1110110 | 0 | 1100100 | 110101 | 1 | 101001100 | 1100011 | 110010 |
Color Harmonies of #FC0176
Complementary color
Monochromatic Colors of #FC0176
Black with #FC0176
Text Example
Text Example
White with #FC0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0176; }
p { color: rgb(252,1,118); }
H1.HeaderClassName
{
color: #FC0176;
}
.AnyTagClassName
{
color: #FC0176;
}
</style>
background-color css
<style>
a { background-color: #FC0176; }
a { background-color: rgb(252,1,118); }
div.DivClassName
{
background-color: #FC0176;
}
.BgClassName
{
background-color: #FC0176;
}
</style>
border-color css
<style>
span { border-color: #FC0176; }
span { border-color: rgb(252,1,118); }
td.TdClassName
{
border-color: #FC0176;
}
.TagClassName
{
border-color: #FC0176;
}
</style>