Shades of Spicy Pink #F122A8
Tints of Spicy Pink #F122A8
RGB
CMYK
RGB Variations
Color information
#F122A8 (or 0xF122A8) is known color: Spicy Pink. HEX triplet: F1, 22 and A8. RGB value is (241,34,168). Sum of RGB (Red+Green+Blue) = 241+34+168=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F122A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F122A8 is #0EDD57. Grayscale: #6E6E6E. Windows color (decimal): -974168 or 11018993. OLE color: 11018993.
HSL color Cylindrical-coordinate representation of color #F122A8: hue angle of 321.16º 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 #F122A8 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 168 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.05 |
| HSL | 321.16º | 0.88% | 0.54% | - |
| HSV(B) | 321.16º | 0.86% | 0.95% | - |
| XYZ | 43.92 | 22.67 | 39.11 | - |
| YUV | 111.17 | 160.08 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 168 | 0 | 0.86 | 0.30 | 0.05 | 321.16 | 0.88 | 0.54 |
| Hex | F1 | 22 | A8 | 0 | 56 | 1E | 5 | 141 | 58 | 36 |
| Octal | 361 | 42 | 250 | 0 | 126 | 36 | 5 | 501 | 130 | 66 |
| Binary | 11110001 | 100010 | 10101000 | 0 | 1010110 | 11110 | 101 | 101000001 | 1011000 | 110110 |
Color Harmonies of #F122A8
Complementary color
Monochromatic Colors of #F122A8
Black with #F122A8
Text Example
Text Example
White with #F122A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122A8; }
p { color: rgb(241,34,168); }
H1.HeaderClassName
{
color: #F122A8;
}
.AnyTagClassName
{
color: #F122A8;
}
</style>
background-color css
<style>
a { background-color: #F122A8; }
a { background-color: rgb(241,34,168); }
div.DivClassName
{
background-color: #F122A8;
}
.BgClassName
{
background-color: #F122A8;
}
</style>
border-color css
<style>
span { border-color: #F122A8; }
span { border-color: rgb(241,34,168); }
td.TdClassName
{
border-color: #F122A8;
}
.TagClassName
{
border-color: #F122A8;
}
</style>