Shades of Deep Pink #FC1E89
Tints of Deep Pink #FC1E89
RGB
CMYK
RGB Variations
Color information
#FC1E89 (or 0xFC1E89) is known color: Deep Pink. HEX triplet: FC, 1E and 89. RGB value is (252,30,137). Sum of RGB (Red+Green+Blue) = 252+30+137=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E89 is #03E176. Grayscale: #6C6C6C. Windows color (decimal): -254327 or 8986364. OLE color: 8986364.
HSL color Cylindrical-coordinate representation of color #FC1E89: hue angle of 331.08º 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 #FC1E89 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 137 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.01 |
| HSL | 331.08º | 0.97% | 0.55% | - |
| HSV(B) | 331.08º | 0.88% | 0.99% | - |
| XYZ | 45.12 | 23.43 | 25.81 | - |
| YUV | 108.58 | 144.05 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 137 | 0 | 0.88 | 0.46 | 0.01 | 331.08 | 0.97 | 0.55 |
| Hex | FC | 1E | 89 | 0 | 58 | 2E | 1 | 14B | 61 | 37 |
| Octal | 374 | 36 | 211 | 0 | 130 | 56 | 1 | 513 | 141 | 67 |
| Binary | 11111100 | 11110 | 10001001 | 0 | 1011000 | 101110 | 1 | 101001011 | 1100001 | 110111 |
Color Harmonies of #FC1E89
Complementary color
Monochromatic Colors of #FC1E89
Black with #FC1E89
Text Example
Text Example
White with #FC1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E89; }
p { color: rgb(252,30,137); }
H1.HeaderClassName
{
color: #FC1E89;
}
.AnyTagClassName
{
color: #FC1E89;
}
</style>
background-color css
<style>
a { background-color: #FC1E89; }
a { background-color: rgb(252,30,137); }
div.DivClassName
{
background-color: #FC1E89;
}
.BgClassName
{
background-color: #FC1E89;
}
</style>
border-color css
<style>
span { border-color: #FC1E89; }
span { border-color: rgb(252,30,137); }
td.TdClassName
{
border-color: #FC1E89;
}
.TagClassName
{
border-color: #FC1E89;
}
</style>