Shades of Spicy Pink #F120AC
Tints of Spicy Pink #F120AC
RGB
CMYK
RGB Variations
Color information
#F120AC (or 0xF120AC) is known color: Spicy Pink. HEX triplet: F1, 20 and AC. RGB value is (241,32,172). Sum of RGB (Red+Green+Blue) = 241+32+172=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F120AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F120AC is #0EDF53. Grayscale: #6E6E6E. Windows color (decimal): -974676 or 11280625. OLE color: 11280625.
HSL color Cylindrical-coordinate representation of color #F120AC: hue angle of 319.81º degrees, saturation: 0.88, 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 #F120AC is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 172 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.05 |
| HSL | 319.81º | 0.88% | 0.54% | - |
| HSV(B) | 319.81º | 0.87% | 0.95% | - |
| XYZ | 44.24 | 22.71 | 41.08 | - |
| YUV | 110.45 | 162.74 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 172 | 0 | 0.87 | 0.29 | 0.05 | 319.81 | 0.88 | 0.54 |
| Hex | F1 | 20 | AC | 0 | 57 | 1D | 5 | 140 | 58 | 36 |
| Octal | 361 | 40 | 254 | 0 | 127 | 35 | 5 | 500 | 130 | 66 |
| Binary | 11110001 | 100000 | 10101100 | 0 | 1010111 | 11101 | 101 | 101000000 | 1011000 | 110110 |
Color Harmonies of #F120AC
Complementary color
Monochromatic Colors of #F120AC
Black with #F120AC
Text Example
Text Example
White with #F120AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120AC; }
p { color: rgb(241,32,172); }
H1.HeaderClassName
{
color: #F120AC;
}
.AnyTagClassName
{
color: #F120AC;
}
</style>
background-color css
<style>
a { background-color: #F120AC; }
a { background-color: rgb(241,32,172); }
div.DivClassName
{
background-color: #F120AC;
}
.BgClassName
{
background-color: #F120AC;
}
</style>
border-color css
<style>
span { border-color: #F120AC; }
span { border-color: rgb(241,32,172); }
td.TdClassName
{
border-color: #F120AC;
}
.TagClassName
{
border-color: #F120AC;
}
</style>