Shades of Spicy Pink #FE22AA
Tints of Spicy Pink #FE22AA
RGB
CMYK
RGB Variations
Color information
#FE22AA (or 0xFE22AA) is known color: Spicy Pink. HEX triplet: FE, 22 and AA. RGB value is (254,34,170). Sum of RGB (Red+Green+Blue) = 254+34+170=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE22AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE22AA is #01DD55. Grayscale: #727272. Windows color (decimal): -122198 or 11150078. OLE color: 11150078.
HSL color Cylindrical-coordinate representation of color #FE22AA: hue angle of 322.91º 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 #FE22AA is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 170 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.00 |
| HSL | 322.91º | 0.99% | 0.56% | - |
| HSV(B) | 322.91º | 0.87% | 1% | - |
| XYZ | 48.7 | 25.12 | 40.31 | - |
| YUV | 115.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 170 | 0 | 0.87 | 0.33 | 0.00 | 322.91 | 0.99 | 0.56 |
| Hex | FE | 22 | AA | 0 | 57 | 21 | 0 | 143 | 63 | 38 |
| Octal | 376 | 42 | 252 | 0 | 127 | 41 | 0 | 503 | 143 | 70 |
| Binary | 11111110 | 100010 | 10101010 | 0 | 1010111 | 100001 | 0 | 101000011 | 1100011 | 111000 |
Color Harmonies of #FE22AA
Complementary color
Monochromatic Colors of #FE22AA
Black with #FE22AA
Text Example
Text Example
White with #FE22AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE22AA; }
p { color: rgb(254,34,170); }
H1.HeaderClassName
{
color: #FE22AA;
}
.AnyTagClassName
{
color: #FE22AA;
}
</style>
background-color css
<style>
a { background-color: #FE22AA; }
a { background-color: rgb(254,34,170); }
div.DivClassName
{
background-color: #FE22AA;
}
.BgClassName
{
background-color: #FE22AA;
}
</style>
border-color css
<style>
span { border-color: #FE22AA; }
span { border-color: rgb(254,34,170); }
td.TdClassName
{
border-color: #FE22AA;
}
.TagClassName
{
border-color: #FE22AA;
}
</style>