Shades of Spicy Pink #F220AC
Tints of Spicy Pink #F220AC
RGB
CMYK
RGB Variations
Color information
#F220AC (or 0xF220AC) is known color: Spicy Pink. HEX triplet: F2, 20 and AC. RGB value is (242,32,172). Sum of RGB (Red+Green+Blue) = 242+32+172=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F220AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F220AC is #0DDF53. Grayscale: #6E6E6E. Windows color (decimal): -909140 or 11280626. OLE color: 11280626.
HSL color Cylindrical-coordinate representation of color #F220AC: hue angle of 320º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220AC is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 172 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.05 |
| HSL | 320º | 0.89% | 0.54% | - |
| HSV(B) | 320º | 0.87% | 0.95% | - |
| XYZ | 44.58 | 22.89 | 41.1 | - |
| YUV | 110.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 172 | 0 | 0.87 | 0.29 | 0.05 | 320 | 0.89 | 0.54 |
| Hex | F2 | 20 | AC | 0 | 57 | 1D | 5 | 140 | 59 | 36 |
| Octal | 362 | 40 | 254 | 0 | 127 | 35 | 5 | 500 | 131 | 66 |
| Binary | 11110010 | 100000 | 10101100 | 0 | 1010111 | 11101 | 101 | 101000000 | 1011001 | 110110 |
Color Harmonies of #F220AC
Complementary color
Monochromatic Colors of #F220AC
Black with #F220AC
Text Example
Text Example
White with #F220AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220AC; }
p { color: rgb(242,32,172); }
H1.HeaderClassName
{
color: #F220AC;
}
.AnyTagClassName
{
color: #F220AC;
}
</style>
background-color css
<style>
a { background-color: #F220AC; }
a { background-color: rgb(242,32,172); }
div.DivClassName
{
background-color: #F220AC;
}
.BgClassName
{
background-color: #F220AC;
}
</style>
border-color css
<style>
span { border-color: #F220AC; }
span { border-color: rgb(242,32,172); }
td.TdClassName
{
border-color: #F220AC;
}
.TagClassName
{
border-color: #F220AC;
}
</style>