Shades of Spicy Pink #FF20A8
Tints of Spicy Pink #FF20A8
RGB
CMYK
RGB Variations
Color information
#FF20A8 (or 0xFF20A8) is known color: Spicy Pink. HEX triplet: FF, 20 and A8. RGB value is (255,32,168). Sum of RGB (Red+Green+Blue) = 255+32+168=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF20A8 is #00DF57. Grayscale: #717171. Windows color (decimal): -57176 or 11018495. OLE color: 11018495.
HSL color Cylindrical-coordinate representation of color #FF20A8: hue angle of 323.41º 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 #FF20A8 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 168 | - |
| CMYK | 0 | 0.87 | 0.34 | 0 |
| HSL | 323.41º | 1% | 0.56% | - |
| HSV(B) | 323.41º | 0.87% | 1% | - |
| XYZ | 48.82 | 25.12 | 39.32 | - |
| YUV | 114.18 | 158.38 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 168 | 0 | 0.87 | 0.34 | 0 | 323.41 | 1 | 0.56 |
| Hex | FF | 20 | A8 | 0 | 57 | 22 | 0 | 143 | 64 | 38 |
| Octal | 377 | 40 | 250 | 0 | 127 | 42 | 0 | 503 | 144 | 70 |
| Binary | 11111111 | 100000 | 10101000 | 0 | 1010111 | 100010 | 0 | 101000011 | 1100100 | 111000 |
Color Harmonies of #FF20A8
Complementary color
Monochromatic Colors of #FF20A8
Black with #FF20A8
Text Example
Text Example
White with #FF20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20A8; }
p { color: rgb(255,32,168); }
H1.HeaderClassName
{
color: #FF20A8;
}
.AnyTagClassName
{
color: #FF20A8;
}
</style>
background-color css
<style>
a { background-color: #FF20A8; }
a { background-color: rgb(255,32,168); }
div.DivClassName
{
background-color: #FF20A8;
}
.BgClassName
{
background-color: #FF20A8;
}
</style>
border-color css
<style>
span { border-color: #FF20A8; }
span { border-color: rgb(255,32,168); }
td.TdClassName
{
border-color: #FF20A8;
}
.TagClassName
{
border-color: #FF20A8;
}
</style>