Shades of Deep Pink #FC1E76
Tints of Deep Pink #FC1E76
RGB
CMYK
RGB Variations
Color information
#FC1E76 (or 0xFC1E76) is known color: Deep Pink. HEX triplet: FC, 1E and 76. RGB value is (252,30,118). Sum of RGB (Red+Green+Blue) = 252+30+118=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1E76 is #03E189. Grayscale: #6A6A6A. Windows color (decimal): -254346 or 7741180. OLE color: 7741180.
HSL color Cylindrical-coordinate representation of color #FC1E76: hue angle of 336.22º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1E76 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 118 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.01 |
| HSL | 336.22º | 0.97% | 0.55% | - |
| HSV(B) | 336.22º | 0.88% | 0.99% | - |
| XYZ | 43.88 | 22.93 | 19.25 | - |
| YUV | 106.41 | 134.55 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 118 | 0 | 0.88 | 0.53 | 0.01 | 336.22 | 0.97 | 0.55 |
| Hex | FC | 1E | 76 | 0 | 58 | 35 | 1 | 150 | 61 | 37 |
| Octal | 374 | 36 | 166 | 0 | 130 | 65 | 1 | 520 | 141 | 67 |
| Binary | 11111100 | 11110 | 1110110 | 0 | 1011000 | 110101 | 1 | 101010000 | 1100001 | 110111 |
Color Harmonies of #FC1E76
Complementary color
Monochromatic Colors of #FC1E76
Black with #FC1E76
Text Example
Text Example
White with #FC1E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E76; }
p { color: rgb(252,30,118); }
H1.HeaderClassName
{
color: #FC1E76;
}
.AnyTagClassName
{
color: #FC1E76;
}
</style>
background-color css
<style>
a { background-color: #FC1E76; }
a { background-color: rgb(252,30,118); }
div.DivClassName
{
background-color: #FC1E76;
}
.BgClassName
{
background-color: #FC1E76;
}
</style>
border-color css
<style>
span { border-color: #FC1E76; }
span { border-color: rgb(252,30,118); }
td.TdClassName
{
border-color: #FC1E76;
}
.TagClassName
{
border-color: #FC1E76;
}
</style>