Shades of Spicy Pink #FF0EAB
Tints of Spicy Pink #FF0EAB
RGB
CMYK
RGB Variations
Color information
#FF0EAB (or 0xFF0EAB) is known color: Spicy Pink. HEX triplet: FF, 0E and AB. RGB value is (255,14,171). Sum of RGB (Red+Green+Blue) = 255+14+171=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0EAB is #00F154. Grayscale: #676767. Windows color (decimal): -61781 or 11210495. OLE color: 11210495.
HSL color Cylindrical-coordinate representation of color #FF0EAB: hue angle of 320.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EAB is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 171 | - |
| CMYK | 0 | 0.95 | 0.33 | 0 |
| HSL | 320.91º | 1% | 0.53% | - |
| HSV(B) | 320.91º | 0.95% | 1% | - |
| XYZ | 48.75 | 24.51 | 40.69 | - |
| YUV | 103.96 | 165.84 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 171 | 0 | 0.95 | 0.33 | 0 | 320.91 | 1 | 0.53 |
| Hex | FF | E | AB | 0 | 5F | 21 | 0 | 141 | 64 | 35 |
| Octal | 377 | 16 | 253 | 0 | 137 | 41 | 0 | 501 | 144 | 65 |
| Binary | 11111111 | 1110 | 10101011 | 0 | 1011111 | 100001 | 0 | 101000001 | 1100100 | 110101 |
Color Harmonies of #FF0EAB
Complementary color
Monochromatic Colors of #FF0EAB
Black with #FF0EAB
Text Example
Text Example
White with #FF0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EAB; }
p { color: rgb(255,14,171); }
H1.HeaderClassName
{
color: #FF0EAB;
}
.AnyTagClassName
{
color: #FF0EAB;
}
</style>
background-color css
<style>
a { background-color: #FF0EAB; }
a { background-color: rgb(255,14,171); }
div.DivClassName
{
background-color: #FF0EAB;
}
.BgClassName
{
background-color: #FF0EAB;
}
</style>
border-color css
<style>
span { border-color: #FF0EAB; }
span { border-color: rgb(255,14,171); }
td.TdClassName
{
border-color: #FF0EAB;
}
.TagClassName
{
border-color: #FF0EAB;
}
</style>