Shades of Spicy Pink #FF20AC
Tints of Spicy Pink #FF20AC
RGB
CMYK
RGB Variations
Color information
#FF20AC (or 0xFF20AC) is known color: Spicy Pink. HEX triplet: FF, 20 and AC. RGB value is (255,32,172). Sum of RGB (Red+Green+Blue) = 255+32+172=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF20AC is #00DF53. Grayscale: #727272. Windows color (decimal): -57172 or 11280639. OLE color: 11280639.
HSL color Cylindrical-coordinate representation of color #FF20AC: hue angle of 322.33º 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 #FF20AC is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 172 | - |
| CMYK | 0 | 0.87 | 0.33 | 0 |
| HSL | 322.33º | 1% | 0.56% | - |
| HSV(B) | 322.33º | 0.87% | 1% | - |
| XYZ | 49.2 | 25.27 | 41.31 | - |
| YUV | 114.64 | 160.38 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 172 | 0 | 0.87 | 0.33 | 0 | 322.33 | 1 | 0.56 |
| Hex | FF | 20 | AC | 0 | 57 | 21 | 0 | 142 | 64 | 38 |
| Octal | 377 | 40 | 254 | 0 | 127 | 41 | 0 | 502 | 144 | 70 |
| Binary | 11111111 | 100000 | 10101100 | 0 | 1010111 | 100001 | 0 | 101000010 | 1100100 | 111000 |
Color Harmonies of #FF20AC
Complementary color
Monochromatic Colors of #FF20AC
Black with #FF20AC
Text Example
Text Example
White with #FF20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20AC; }
p { color: rgb(255,32,172); }
H1.HeaderClassName
{
color: #FF20AC;
}
.AnyTagClassName
{
color: #FF20AC;
}
</style>
background-color css
<style>
a { background-color: #FF20AC; }
a { background-color: rgb(255,32,172); }
div.DivClassName
{
background-color: #FF20AC;
}
.BgClassName
{
background-color: #FF20AC;
}
</style>
border-color css
<style>
span { border-color: #FF20AC; }
span { border-color: rgb(255,32,172); }
td.TdClassName
{
border-color: #FF20AC;
}
.TagClassName
{
border-color: #FF20AC;
}
</style>