Shades of Spicy Pink #FC0EA7
Tints of Spicy Pink #FC0EA7
RGB
CMYK
RGB Variations
Color information
#FC0EA7 (or 0xFC0EA7) is known color: Spicy Pink. HEX triplet: FC, 0E and A7. RGB value is (252,14,167). Sum of RGB (Red+Green+Blue) = 252+14+167=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0EA7 is #03F158. Grayscale: #666666. Windows color (decimal): -258393 or 10948348. OLE color: 10948348.
HSL color Cylindrical-coordinate representation of color #FC0EA7: hue angle of 321.43º 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 #FC0EA7 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 14 | 167 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.01 |
| HSL | 321.43º | 0.98% | 0.52% | - |
| HSV(B) | 321.43º | 0.94% | 0.99% | - |
| XYZ | 47.28 | 23.8 | 38.66 | - |
| YUV | 102.6 | 164.35 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 14 | 167 | 0 | 0.94 | 0.34 | 0.01 | 321.43 | 0.98 | 0.52 |
| Hex | FC | E | A7 | 0 | 5E | 22 | 1 | 141 | 62 | 34 |
| Octal | 374 | 16 | 247 | 0 | 136 | 42 | 1 | 501 | 142 | 64 |
| Binary | 11111100 | 1110 | 10100111 | 0 | 1011110 | 100010 | 1 | 101000001 | 1100010 | 110100 |
Color Harmonies of #FC0EA7
Complementary color
Monochromatic Colors of #FC0EA7
Black with #FC0EA7
Text Example
Text Example
White with #FC0EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0EA7; }
p { color: rgb(252,14,167); }
H1.HeaderClassName
{
color: #FC0EA7;
}
.AnyTagClassName
{
color: #FC0EA7;
}
</style>
background-color css
<style>
a { background-color: #FC0EA7; }
a { background-color: rgb(252,14,167); }
div.DivClassName
{
background-color: #FC0EA7;
}
.BgClassName
{
background-color: #FC0EA7;
}
</style>
border-color css
<style>
span { border-color: #FC0EA7; }
span { border-color: rgb(252,14,167); }
td.TdClassName
{
border-color: #FC0EA7;
}
.TagClassName
{
border-color: #FC0EA7;
}
</style>