Shades of Deep Pink #FC1E87
Tints of Deep Pink #FC1E87
RGB
CMYK
RGB Variations
Color information
#FC1E87 (or 0xFC1E87) is known color: Deep Pink. HEX triplet: FC, 1E and 87. RGB value is (252,30,135). Sum of RGB (Red+Green+Blue) = 252+30+135=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E87 is #03E178. Grayscale: #6C6C6C. Windows color (decimal): -254329 or 8855292. OLE color: 8855292.
HSL color Cylindrical-coordinate representation of color #FC1E87: hue angle of 331.62º 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 #FC1E87 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 135 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.01 |
| HSL | 331.62º | 0.97% | 0.55% | - |
| HSV(B) | 331.62º | 0.88% | 0.99% | - |
| XYZ | 44.98 | 23.37 | 25.06 | - |
| YUV | 108.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 135 | 0 | 0.88 | 0.46 | 0.01 | 331.62 | 0.97 | 0.55 |
| Hex | FC | 1E | 87 | 0 | 58 | 2E | 1 | 14C | 61 | 37 |
| Octal | 374 | 36 | 207 | 0 | 130 | 56 | 1 | 514 | 141 | 67 |
| Binary | 11111100 | 11110 | 10000111 | 0 | 1011000 | 101110 | 1 | 101001100 | 1100001 | 110111 |
Color Harmonies of #FC1E87
Complementary color
Monochromatic Colors of #FC1E87
Black with #FC1E87
Text Example
Text Example
White with #FC1E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E87; }
p { color: rgb(252,30,135); }
H1.HeaderClassName
{
color: #FC1E87;
}
.AnyTagClassName
{
color: #FC1E87;
}
</style>
background-color css
<style>
a { background-color: #FC1E87; }
a { background-color: rgb(252,30,135); }
div.DivClassName
{
background-color: #FC1E87;
}
.BgClassName
{
background-color: #FC1E87;
}
</style>
border-color css
<style>
span { border-color: #FC1E87; }
span { border-color: rgb(252,30,135); }
td.TdClassName
{
border-color: #FC1E87;
}
.TagClassName
{
border-color: #FC1E87;
}
</style>