Shades of Spicy Pink #FF20AB
Tints of Spicy Pink #FF20AB
RGB
CMYK
RGB Variations
Color information
#FF20AB (or 0xFF20AB) is known color: Spicy Pink. HEX triplet: FF, 20 and AB. RGB value is (255,32,171). Sum of RGB (Red+Green+Blue) = 255+32+171=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF20AB is #00DF54. Grayscale: #727272. Windows color (decimal): -57173 or 11215103. OLE color: 11215103.
HSL color Cylindrical-coordinate representation of color #FF20AB: hue angle of 322.6º 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 #FF20AB is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 171 | - |
| CMYK | 0 | 0.87 | 0.33 | 0 |
| HSL | 322.6º | 1% | 0.56% | - |
| HSV(B) | 322.6º | 0.87% | 1% | - |
| XYZ | 49.11 | 25.23 | 40.81 | - |
| YUV | 114.52 | 159.88 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 171 | 0 | 0.87 | 0.33 | 0 | 322.6 | 1 | 0.56 |
| Hex | FF | 20 | AB | 0 | 57 | 21 | 0 | 143 | 64 | 38 |
| Octal | 377 | 40 | 253 | 0 | 127 | 41 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 100000 | 10101011 | 0 | 1010111 | 100001 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF20AB
Complementary color
Monochromatic Colors of #FF20AB
Black with #FF20AB
Text Example
Text Example
White with #FF20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20AB; }
p { color: rgb(255,32,171); }
H1.HeaderClassName
{
color: #FF20AB;
}
.AnyTagClassName
{
color: #FF20AB;
}
</style>
background-color css
<style>
a { background-color: #FF20AB; }
a { background-color: rgb(255,32,171); }
div.DivClassName
{
background-color: #FF20AB;
}
.BgClassName
{
background-color: #FF20AB;
}
</style>
border-color css
<style>
span { border-color: #FF20AB; }
span { border-color: rgb(255,32,171); }
td.TdClassName
{
border-color: #FF20AB;
}
.TagClassName
{
border-color: #FF20AB;
}
</style>