Shades of Spicy Pink #FC0EA6
Tints of Spicy Pink #FC0EA6
RGB
CMYK
RGB Variations
Color information
#FC0EA6 (or 0xFC0EA6) is known color: Spicy Pink. HEX triplet: FC, 0E and A6. RGB value is (252,14,166). Sum of RGB (Red+Green+Blue) = 252+14+166=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0EA6 is #03F159. Grayscale: #666666. Windows color (decimal): -258394 or 10882812. OLE color: 10882812.
HSL color Cylindrical-coordinate representation of color #FC0EA6: hue angle of 321.68º 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 #FC0EA6 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 166 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.01 |
| HSL | 321.68º | 0.98% | 0.52% | - |
| HSV(B) | 321.68º | 0.94% | 0.99% | - |
| XYZ | 47.18 | 23.76 | 38.18 | - |
| YUV | 102.49 | 163.85 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 166 | 0 | 0.94 | 0.34 | 0.01 | 321.68 | 0.98 | 0.52 |
| Hex | FC | E | A6 | 0 | 5E | 22 | 1 | 142 | 62 | 34 |
| Octal | 374 | 16 | 246 | 0 | 136 | 42 | 1 | 502 | 142 | 64 |
| Binary | 11111100 | 1110 | 10100110 | 0 | 1011110 | 100010 | 1 | 101000010 | 1100010 | 110100 |
Color Harmonies of #FC0EA6
Complementary color
Monochromatic Colors of #FC0EA6
Black with #FC0EA6
Text Example
Text Example
White with #FC0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EA6; }
p { color: rgb(252,14,166); }
H1.HeaderClassName
{
color: #FC0EA6;
}
.AnyTagClassName
{
color: #FC0EA6;
}
</style>
background-color css
<style>
a { background-color: #FC0EA6; }
a { background-color: rgb(252,14,166); }
div.DivClassName
{
background-color: #FC0EA6;
}
.BgClassName
{
background-color: #FC0EA6;
}
</style>
border-color css
<style>
span { border-color: #FC0EA6; }
span { border-color: rgb(252,14,166); }
td.TdClassName
{
border-color: #FC0EA6;
}
.TagClassName
{
border-color: #FC0EA6;
}
</style>