Shades of Spicy Pink #FF20AE
Tints of Spicy Pink #FF20AE
RGB
CMYK
RGB Variations
Color information
#FF20AE (or 0xFF20AE) is known color: Spicy Pink. HEX triplet: FF, 20 and AE. RGB value is (255,32,174). Sum of RGB (Red+Green+Blue) = 255+32+174=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF20AE is #00DF51. Grayscale: #727272. Windows color (decimal): -57170 or 11411711. OLE color: 11411711.
HSL color Cylindrical-coordinate representation of color #FF20AE: hue angle of 321.79º 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 #FF20AE is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 174 | - |
| CMYK | 0 | 0.87 | 0.32 | 0 |
| HSL | 321.79º | 1% | 0.56% | - |
| HSV(B) | 321.79º | 0.87% | 1% | - |
| XYZ | 49.4 | 25.35 | 42.33 | - |
| YUV | 114.87 | 161.38 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 174 | 0 | 0.87 | 0.32 | 0 | 321.79 | 1 | 0.56 |
| Hex | FF | 20 | AE | 0 | 57 | 20 | 0 | 142 | 64 | 38 |
| Octal | 377 | 40 | 256 | 0 | 127 | 40 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 100000 | 10101110 | 0 | 1010111 | 100000 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF20AE
Complementary color
Monochromatic Colors of #FF20AE
Black with #FF20AE
Text Example
Text Example
White with #FF20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20AE; }
p { color: rgb(255,32,174); }
H1.HeaderClassName
{
color: #FF20AE;
}
.AnyTagClassName
{
color: #FF20AE;
}
</style>
background-color css
<style>
a { background-color: #FF20AE; }
a { background-color: rgb(255,32,174); }
div.DivClassName
{
background-color: #FF20AE;
}
.BgClassName
{
background-color: #FF20AE;
}
</style>
border-color css
<style>
span { border-color: #FF20AE; }
span { border-color: rgb(255,32,174); }
td.TdClassName
{
border-color: #FF20AE;
}
.TagClassName
{
border-color: #FF20AE;
}
</style>