Shades of Deep Pink #FC1C76
Tints of Deep Pink #FC1C76
RGB
CMYK
RGB Variations
Color information
#FC1C76 (or 0xFC1C76) is known color: Deep Pink. HEX triplet: FC, 1C and 76. RGB value is (252,28,118). Sum of RGB (Red+Green+Blue) = 252+28+118=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C76 is #03E389. Grayscale: #696969. Windows color (decimal): -254858 or 7740668. OLE color: 7740668.
HSL color Cylindrical-coordinate representation of color #FC1C76: hue angle of 335.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C76 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 118 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.01 |
| HSL | 335.89º | 0.97% | 0.55% | - |
| HSV(B) | 335.89º | 0.89% | 0.99% | - |
| XYZ | 43.83 | 22.83 | 19.24 | - |
| YUV | 105.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 118 | 0 | 0.89 | 0.53 | 0.01 | 335.89 | 0.97 | 0.55 |
| Hex | FC | 1C | 76 | 0 | 59 | 35 | 1 | 150 | 61 | 37 |
| Octal | 374 | 34 | 166 | 0 | 131 | 65 | 1 | 520 | 141 | 67 |
| Binary | 11111100 | 11100 | 1110110 | 0 | 1011001 | 110101 | 1 | 101010000 | 1100001 | 110111 |
Color Harmonies of #FC1C76
Complementary color
Monochromatic Colors of #FC1C76
Black with #FC1C76
Text Example
Text Example
White with #FC1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C76; }
p { color: rgb(252,28,118); }
H1.HeaderClassName
{
color: #FC1C76;
}
.AnyTagClassName
{
color: #FC1C76;
}
</style>
background-color css
<style>
a { background-color: #FC1C76; }
a { background-color: rgb(252,28,118); }
div.DivClassName
{
background-color: #FC1C76;
}
.BgClassName
{
background-color: #FC1C76;
}
</style>
border-color css
<style>
span { border-color: #FC1C76; }
span { border-color: rgb(252,28,118); }
td.TdClassName
{
border-color: #FC1C76;
}
.TagClassName
{
border-color: #FC1C76;
}
</style>