Shades of Spicy Pink #FE0EAB
Tints of Spicy Pink #FE0EAB
RGB
CMYK
RGB Variations
Color information
#FE0EAB (or 0xFE0EAB) is known color: Spicy Pink. HEX triplet: FE, 0E and AB. RGB value is (254,14,171). Sum of RGB (Red+Green+Blue) = 254+14+171=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0EAB is #01F154. Grayscale: #676767. Windows color (decimal): -127317 or 11210494. OLE color: 11210494.
HSL color Cylindrical-coordinate representation of color #FE0EAB: hue angle of 320.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.00 |
| HSL | 320.75º | 0.99% | 0.53% | - |
| HSV(B) | 320.75º | 0.94% | 1% | - |
| XYZ | 48.38 | 24.33 | 40.67 | - |
| YUV | 103.66 | 166.01 | 235.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 171 | 0 | 0.94 | 0.33 | 0.00 | 320.75 | 0.99 | 0.53 |
| Hex | FE | E | AB | 0 | 5E | 21 | 0 | 141 | 63 | 35 |
| Octal | 376 | 16 | 253 | 0 | 136 | 41 | 0 | 501 | 143 | 65 |
| Binary | 11111110 | 1110 | 10101011 | 0 | 1011110 | 100001 | 0 | 101000001 | 1100011 | 110101 |
Color Harmonies of #FE0EAB
Complementary color
Monochromatic Colors of #FE0EAB
Black with #FE0EAB
Text Example
Text Example
White with #FE0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EAB; }
p { color: rgb(254,14,171); }
H1.HeaderClassName
{
color: #FE0EAB;
}
.AnyTagClassName
{
color: #FE0EAB;
}
</style>
background-color css
<style>
a { background-color: #FE0EAB; }
a { background-color: rgb(254,14,171); }
div.DivClassName
{
background-color: #FE0EAB;
}
.BgClassName
{
background-color: #FE0EAB;
}
</style>
border-color css
<style>
span { border-color: #FE0EAB; }
span { border-color: rgb(254,14,171); }
td.TdClassName
{
border-color: #FE0EAB;
}
.TagClassName
{
border-color: #FE0EAB;
}
</style>