Shades of Deep Pink #FC1A87
Tints of Deep Pink #FC1A87
RGB
CMYK
RGB Variations
Color information
#FC1A87 (or 0xFC1A87) is known color: Deep Pink. HEX triplet: FC, 1A and 87. RGB value is (252,26,135). Sum of RGB (Red+Green+Blue) = 252+26+135=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1A87 is #03E578. Grayscale: #696969. Windows color (decimal): -255353 or 8854268. OLE color: 8854268.
HSL color Cylindrical-coordinate representation of color #FC1A87: hue angle of 331.06º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A87 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 135 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.01 |
| HSL | 331.06º | 0.97% | 0.55% | - |
| HSV(B) | 331.06º | 0.9% | 0.99% | - |
| XYZ | 44.89 | 23.18 | 25.03 | - |
| YUV | 106 | 144.37 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 135 | 0 | 0.90 | 0.46 | 0.01 | 331.06 | 0.97 | 0.55 |
| Hex | FC | 1A | 87 | 0 | 5A | 2E | 1 | 14B | 61 | 37 |
| Octal | 374 | 32 | 207 | 0 | 132 | 56 | 1 | 513 | 141 | 67 |
| Binary | 11111100 | 11010 | 10000111 | 0 | 1011010 | 101110 | 1 | 101001011 | 1100001 | 110111 |
Color Harmonies of #FC1A87
Complementary color
Monochromatic Colors of #FC1A87
Black with #FC1A87
Text Example
Text Example
White with #FC1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A87; }
p { color: rgb(252,26,135); }
H1.HeaderClassName
{
color: #FC1A87;
}
.AnyTagClassName
{
color: #FC1A87;
}
</style>
background-color css
<style>
a { background-color: #FC1A87; }
a { background-color: rgb(252,26,135); }
div.DivClassName
{
background-color: #FC1A87;
}
.BgClassName
{
background-color: #FC1A87;
}
</style>
border-color css
<style>
span { border-color: #FC1A87; }
span { border-color: rgb(252,26,135); }
td.TdClassName
{
border-color: #FC1A87;
}
.TagClassName
{
border-color: #FC1A87;
}
</style>