Shades of Spicy Pink #FF21AA
Tints of Spicy Pink #FF21AA
RGB
CMYK
RGB Variations
Color information
#FF21AA (or 0xFF21AA) is known color: Spicy Pink. HEX triplet: FF, 21 and AA. RGB value is (255,33,170). Sum of RGB (Red+Green+Blue) = 255+33+170=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF21AA is #00DE55. Grayscale: #727272. Windows color (decimal): -56918 or 11149823. OLE color: 11149823.
HSL color Cylindrical-coordinate representation of color #FF21AA: hue angle of 322.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF21AA is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 170 | - |
| CMYK | 0 | 0.87 | 0.33 | 0 |
| HSL | 322.97º | 1% | 0.56% | - |
| HSV(B) | 322.97º | 0.87% | 1% | - |
| XYZ | 49.04 | 25.25 | 40.32 | - |
| YUV | 115 | 159.05 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 170 | 0 | 0.87 | 0.33 | 0 | 322.97 | 1 | 0.56 |
| Hex | FF | 21 | AA | 0 | 57 | 21 | 0 | 143 | 64 | 38 |
| Octal | 377 | 41 | 252 | 0 | 127 | 41 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 100001 | 10101010 | 0 | 1010111 | 100001 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF21AA
Complementary color
Monochromatic Colors of #FF21AA
Black with #FF21AA
Text Example
Text Example
White with #FF21AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF21AA; }
p { color: rgb(255,33,170); }
H1.HeaderClassName
{
color: #FF21AA;
}
.AnyTagClassName
{
color: #FF21AA;
}
</style>
background-color css
<style>
a { background-color: #FF21AA; }
a { background-color: rgb(255,33,170); }
div.DivClassName
{
background-color: #FF21AA;
}
.BgClassName
{
background-color: #FF21AA;
}
</style>
border-color css
<style>
span { border-color: #FF21AA; }
span { border-color: rgb(255,33,170); }
td.TdClassName
{
border-color: #FF21AA;
}
.TagClassName
{
border-color: #FF21AA;
}
</style>