Shades of Spicy Pink #F121AC
Tints of Spicy Pink #F121AC
RGB
CMYK
RGB Variations
Color information
#F121AC (or 0xF121AC) is known color: Spicy Pink. HEX triplet: F1, 21 and AC. RGB value is (241,33,172). Sum of RGB (Red+Green+Blue) = 241+33+172=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F121AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F121AC is #0EDE53. Grayscale: #6E6E6E. Windows color (decimal): -974420 or 11280881. OLE color: 11280881.
HSL color Cylindrical-coordinate representation of color #F121AC: hue angle of 319.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F121AC is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 172 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.05 |
| HSL | 319.9º | 0.88% | 0.54% | - |
| HSV(B) | 319.9º | 0.86% | 0.95% | - |
| XYZ | 44.27 | 22.77 | 41.09 | - |
| YUV | 111.04 | 162.41 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 172 | 0 | 0.86 | 0.29 | 0.05 | 319.9 | 0.88 | 0.54 |
| Hex | F1 | 21 | AC | 0 | 56 | 1D | 5 | 140 | 58 | 36 |
| Octal | 361 | 41 | 254 | 0 | 126 | 35 | 5 | 500 | 130 | 66 |
| Binary | 11110001 | 100001 | 10101100 | 0 | 1010110 | 11101 | 101 | 101000000 | 1011000 | 110110 |
Color Harmonies of #F121AC
Complementary color
Monochromatic Colors of #F121AC
Black with #F121AC
Text Example
Text Example
White with #F121AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F121AC; }
p { color: rgb(241,33,172); }
H1.HeaderClassName
{
color: #F121AC;
}
.AnyTagClassName
{
color: #F121AC;
}
</style>
background-color css
<style>
a { background-color: #F121AC; }
a { background-color: rgb(241,33,172); }
div.DivClassName
{
background-color: #F121AC;
}
.BgClassName
{
background-color: #F121AC;
}
</style>
border-color css
<style>
span { border-color: #F121AC; }
span { border-color: rgb(241,33,172); }
td.TdClassName
{
border-color: #F121AC;
}
.TagClassName
{
border-color: #F121AC;
}
</style>