Shades of Deep Pink #FC1987
Tints of Deep Pink #FC1987
RGB
CMYK
RGB Variations
Color information
#FC1987 (or 0xFC1987) is known color: Deep Pink. HEX triplet: FC, 19 and 87. RGB value is (252,25,135). Sum of RGB (Red+Green+Blue) = 252+25+135=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC1987 is #03E678. Grayscale: #696969. Windows color (decimal): -255609 or 8854012. OLE color: 8854012.
HSL color Cylindrical-coordinate representation of color #FC1987: hue angle of 330.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1987 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 135 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.01 |
| HSL | 330.93º | 0.97% | 0.54% | - |
| HSV(B) | 330.93º | 0.9% | 0.99% | - |
| XYZ | 44.87 | 23.14 | 25.02 | - |
| YUV | 105.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 135 | 0 | 0.90 | 0.46 | 0.01 | 330.93 | 0.97 | 0.54 |
| Hex | FC | 19 | 87 | 0 | 5A | 2E | 1 | 14B | 61 | 36 |
| Octal | 374 | 31 | 207 | 0 | 132 | 56 | 1 | 513 | 141 | 66 |
| Binary | 11111100 | 11001 | 10000111 | 0 | 1011010 | 101110 | 1 | 101001011 | 1100001 | 110110 |
Color Harmonies of #FC1987
Complementary color
Monochromatic Colors of #FC1987
Black with #FC1987
Text Example
Text Example
White with #FC1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1987; }
p { color: rgb(252,25,135); }
H1.HeaderClassName
{
color: #FC1987;
}
.AnyTagClassName
{
color: #FC1987;
}
</style>
background-color css
<style>
a { background-color: #FC1987; }
a { background-color: rgb(252,25,135); }
div.DivClassName
{
background-color: #FC1987;
}
.BgClassName
{
background-color: #FC1987;
}
</style>
border-color css
<style>
span { border-color: #FC1987; }
span { border-color: rgb(252,25,135); }
td.TdClassName
{
border-color: #FC1987;
}
.TagClassName
{
border-color: #FC1987;
}
</style>