Shades of Spicy Pink #FC0EAB
Tints of Spicy Pink #FC0EAB
RGB
CMYK
RGB Variations
Color information
#FC0EAB (or 0xFC0EAB) is known color: Spicy Pink. HEX triplet: FC, 0E and AB. RGB value is (252,14,171). Sum of RGB (Red+Green+Blue) = 252+14+171=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0EAB is #03F154. Grayscale: #666666. Windows color (decimal): -258389 or 11210492. OLE color: 11210492.
HSL color Cylindrical-coordinate representation of color #FC0EAB: hue angle of 320.42º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.01 |
| HSL | 320.42º | 0.98% | 0.52% | - |
| HSV(B) | 320.42º | 0.94% | 0.99% | - |
| XYZ | 47.65 | 23.95 | 40.64 | - |
| YUV | 103.06 | 166.35 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 171 | 0 | 0.94 | 0.32 | 0.01 | 320.42 | 0.98 | 0.52 |
| Hex | FC | E | AB | 0 | 5E | 20 | 1 | 140 | 62 | 34 |
| Octal | 374 | 16 | 253 | 0 | 136 | 40 | 1 | 500 | 142 | 64 |
| Binary | 11111100 | 1110 | 10101011 | 0 | 1011110 | 100000 | 1 | 101000000 | 1100010 | 110100 |
Color Harmonies of #FC0EAB
Complementary color
Monochromatic Colors of #FC0EAB
Black with #FC0EAB
Text Example
Text Example
White with #FC0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EAB; }
p { color: rgb(252,14,171); }
H1.HeaderClassName
{
color: #FC0EAB;
}
.AnyTagClassName
{
color: #FC0EAB;
}
</style>
background-color css
<style>
a { background-color: #FC0EAB; }
a { background-color: rgb(252,14,171); }
div.DivClassName
{
background-color: #FC0EAB;
}
.BgClassName
{
background-color: #FC0EAB;
}
</style>
border-color css
<style>
span { border-color: #FC0EAB; }
span { border-color: rgb(252,14,171); }
td.TdClassName
{
border-color: #FC0EAB;
}
.TagClassName
{
border-color: #FC0EAB;
}
</style>