Shades of Spicy Pink #F122BA
Tints of Spicy Pink #F122BA
RGB
CMYK
RGB Variations
Color information
#F122BA (or 0xF122BA) is known color: Spicy Pink. HEX triplet: F1, 22 and BA. RGB value is (241,34,186). Sum of RGB (Red+Green+Blue) = 241+34+186=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F122BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122BA is #0EDD45. Grayscale: #707070. Windows color (decimal): -974150 or 12198641. OLE color: 12198641.
HSL color Cylindrical-coordinate representation of color #F122BA: hue angle of 315.94º 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 #F122BA is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 186 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 315.94º | 0.88% | 0.54% | - |
| HSV(B) | 315.94º | 0.86% | 0.95% | - |
| XYZ | 45.71 | 23.39 | 48.56 | - |
| YUV | 113.22 | 169.08 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 186 | 0 | 0.86 | 0.23 | 0.05 | 315.94 | 0.88 | 0.54 |
| Hex | F1 | 22 | BA | 0 | 56 | 17 | 5 | 13C | 58 | 36 |
| Octal | 361 | 42 | 272 | 0 | 126 | 27 | 5 | 474 | 130 | 66 |
| Binary | 11110001 | 100010 | 10111010 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011000 | 110110 |
Color Harmonies of #F122BA
Complementary color
Monochromatic Colors of #F122BA
Black with #F122BA
Text Example
Text Example
White with #F122BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122BA; }
p { color: rgb(241,34,186); }
H1.HeaderClassName
{
color: #F122BA;
}
.AnyTagClassName
{
color: #F122BA;
}
</style>
background-color css
<style>
a { background-color: #F122BA; }
a { background-color: rgb(241,34,186); }
div.DivClassName
{
background-color: #F122BA;
}
.BgClassName
{
background-color: #F122BA;
}
</style>
border-color css
<style>
span { border-color: #F122BA; }
span { border-color: rgb(241,34,186); }
td.TdClassName
{
border-color: #F122BA;
}
.TagClassName
{
border-color: #F122BA;
}
</style>