Shades of Spicy Pink #FD0EAB
Tints of Spicy Pink #FD0EAB
RGB
CMYK
RGB Variations
Color information
#FD0EAB (or 0xFD0EAB) is known color: Spicy Pink. HEX triplet: FD, 0E and AB. RGB value is (253,14,171). Sum of RGB (Red+Green+Blue) = 253+14+171=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0EAB is #02F154. Grayscale: #666666. Windows color (decimal): -192853 or 11210493. OLE color: 11210493.
HSL color Cylindrical-coordinate representation of color #FD0EAB: hue angle of 320.59º 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 #FD0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.01 |
| HSL | 320.59º | 0.98% | 0.52% | - |
| HSV(B) | 320.59º | 0.94% | 0.99% | - |
| XYZ | 48.02 | 24.14 | 40.66 | - |
| YUV | 103.36 | 166.18 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 171 | 0 | 0.94 | 0.32 | 0.01 | 320.59 | 0.98 | 0.52 |
| Hex | FD | E | AB | 0 | 5E | 20 | 1 | 141 | 62 | 34 |
| Octal | 375 | 16 | 253 | 0 | 136 | 40 | 1 | 501 | 142 | 64 |
| Binary | 11111101 | 1110 | 10101011 | 0 | 1011110 | 100000 | 1 | 101000001 | 1100010 | 110100 |
Color Harmonies of #FD0EAB
Complementary color
Monochromatic Colors of #FD0EAB
Black with #FD0EAB
Text Example
Text Example
White with #FD0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EAB; }
p { color: rgb(253,14,171); }
H1.HeaderClassName
{
color: #FD0EAB;
}
.AnyTagClassName
{
color: #FD0EAB;
}
</style>
background-color css
<style>
a { background-color: #FD0EAB; }
a { background-color: rgb(253,14,171); }
div.DivClassName
{
background-color: #FD0EAB;
}
.BgClassName
{
background-color: #FD0EAB;
}
</style>
border-color css
<style>
span { border-color: #FD0EAB; }
span { border-color: rgb(253,14,171); }
td.TdClassName
{
border-color: #FD0EAB;
}
.TagClassName
{
border-color: #FD0EAB;
}
</style>