Shades of Spicy Pink #FE20AA
Tints of Spicy Pink #FE20AA
RGB
CMYK
RGB Variations
Color information
#FE20AA (or 0xFE20AA) is known color: Spicy Pink. HEX triplet: FE, 20 and AA. RGB value is (254,32,170). Sum of RGB (Red+Green+Blue) = 254+32+170=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE20AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE20AA is #01DF55. Grayscale: #717171. Windows color (decimal): -122710 or 11149566. OLE color: 11149566.
HSL color Cylindrical-coordinate representation of color #FE20AA: hue angle of 322.7º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE20AA is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 170 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.00 |
| HSL | 322.7º | 0.99% | 0.56% | - |
| HSV(B) | 322.7º | 0.87% | 1% | - |
| XYZ | 48.65 | 25.01 | 40.29 | - |
| YUV | 114.11 | 159.55 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 170 | 0 | 0.87 | 0.33 | 0.00 | 322.7 | 0.99 | 0.56 |
| Hex | FE | 20 | AA | 0 | 57 | 21 | 0 | 143 | 63 | 38 |
| Octal | 376 | 40 | 252 | 0 | 127 | 41 | 0 | 503 | 143 | 70 |
| Binary | 11111110 | 100000 | 10101010 | 0 | 1010111 | 100001 | 0 | 101000011 | 1100011 | 111000 |
Color Harmonies of #FE20AA
Complementary color
Monochromatic Colors of #FE20AA
Black with #FE20AA
Text Example
Text Example
White with #FE20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE20AA; }
p { color: rgb(254,32,170); }
H1.HeaderClassName
{
color: #FE20AA;
}
.AnyTagClassName
{
color: #FE20AA;
}
</style>
background-color css
<style>
a { background-color: #FE20AA; }
a { background-color: rgb(254,32,170); }
div.DivClassName
{
background-color: #FE20AA;
}
.BgClassName
{
background-color: #FE20AA;
}
</style>
border-color css
<style>
span { border-color: #FE20AA; }
span { border-color: rgb(254,32,170); }
td.TdClassName
{
border-color: #FE20AA;
}
.TagClassName
{
border-color: #FE20AA;
}
</style>