Shades of Spicy Pink #FD0EAA
Tints of Spicy Pink #FD0EAA
RGB
CMYK
RGB Variations
Color information
#FD0EAA (or 0xFD0EAA) is known color: Spicy Pink. HEX triplet: FD, 0E and AA. RGB value is (253,14,170). Sum of RGB (Red+Green+Blue) = 253+14+170=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0EAA is #02F155. Grayscale: #666666. Windows color (decimal): -192854 or 11144957. OLE color: 11144957.
HSL color Cylindrical-coordinate representation of color #FD0EAA: hue angle of 320.84º 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 #FD0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 14 | 170 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.01 |
| HSL | 320.84º | 0.98% | 0.52% | - |
| HSV(B) | 320.84º | 0.94% | 0.99% | - |
| XYZ | 47.92 | 24.1 | 40.16 | - |
| YUV | 103.25 | 165.68 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 14 | 170 | 0 | 0.94 | 0.33 | 0.01 | 320.84 | 0.98 | 0.52 |
| Hex | FD | E | AA | 0 | 5E | 21 | 1 | 141 | 62 | 34 |
| Octal | 375 | 16 | 252 | 0 | 136 | 41 | 1 | 501 | 142 | 64 |
| Binary | 11111101 | 1110 | 10101010 | 0 | 1011110 | 100001 | 1 | 101000001 | 1100010 | 110100 |
Color Harmonies of #FD0EAA
Complementary color
Monochromatic Colors of #FD0EAA
Black with #FD0EAA
Text Example
Text Example
White with #FD0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0EAA; }
p { color: rgb(253,14,170); }
H1.HeaderClassName
{
color: #FD0EAA;
}
.AnyTagClassName
{
color: #FD0EAA;
}
</style>
background-color css
<style>
a { background-color: #FD0EAA; }
a { background-color: rgb(253,14,170); }
div.DivClassName
{
background-color: #FD0EAA;
}
.BgClassName
{
background-color: #FD0EAA;
}
</style>
border-color css
<style>
span { border-color: #FD0EAA; }
span { border-color: rgb(253,14,170); }
td.TdClassName
{
border-color: #FD0EAA;
}
.TagClassName
{
border-color: #FD0EAA;
}
</style>