Shades of Deep Pink #FC1E8A
Tints of Deep Pink #FC1E8A
RGB
CMYK
RGB Variations
Color information
#FC1E8A (or 0xFC1E8A) is known color: Deep Pink. HEX triplet: FC, 1E and 8A. RGB value is (252,30,138). Sum of RGB (Red+Green+Blue) = 252+30+138=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1E8A is #03E175. Grayscale: #6C6C6C. Windows color (decimal): -254326 or 9051900. OLE color: 9051900.
HSL color Cylindrical-coordinate representation of color #FC1E8A: hue angle of 330.81º 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 #FC1E8A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 138 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.01 |
| HSL | 330.81º | 0.97% | 0.55% | - |
| HSV(B) | 330.81º | 0.88% | 0.99% | - |
| XYZ | 45.2 | 23.46 | 26.19 | - |
| YUV | 108.69 | 144.55 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 138 | 0 | 0.88 | 0.45 | 0.01 | 330.81 | 0.97 | 0.55 |
| Hex | FC | 1E | 8A | 0 | 58 | 2D | 1 | 14B | 61 | 37 |
| Octal | 374 | 36 | 212 | 0 | 130 | 55 | 1 | 513 | 141 | 67 |
| Binary | 11111100 | 11110 | 10001010 | 0 | 1011000 | 101101 | 1 | 101001011 | 1100001 | 110111 |
Color Harmonies of #FC1E8A
Complementary color
Monochromatic Colors of #FC1E8A
Black with #FC1E8A
Text Example
Text Example
White with #FC1E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E8A; }
p { color: rgb(252,30,138); }
H1.HeaderClassName
{
color: #FC1E8A;
}
.AnyTagClassName
{
color: #FC1E8A;
}
</style>
background-color css
<style>
a { background-color: #FC1E8A; }
a { background-color: rgb(252,30,138); }
div.DivClassName
{
background-color: #FC1E8A;
}
.BgClassName
{
background-color: #FC1E8A;
}
</style>
border-color css
<style>
span { border-color: #FC1E8A; }
span { border-color: rgb(252,30,138); }
td.TdClassName
{
border-color: #FC1E8A;
}
.TagClassName
{
border-color: #FC1E8A;
}
</style>