Shades of Spicy Pink #F122B5
Tints of Spicy Pink #F122B5
RGB
CMYK
RGB Variations
Color information
#F122B5 (or 0xF122B5) is known color: Spicy Pink. HEX triplet: F1, 22 and B5. RGB value is (241,34,181). Sum of RGB (Red+Green+Blue) = 241+34+181=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F122B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F122B5 is #0EDD4A. Grayscale: #707070. Windows color (decimal): -974155 or 11870961. OLE color: 11870961.
HSL color Cylindrical-coordinate representation of color #F122B5: hue angle of 317.39º 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 #F122B5 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 181 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.05 |
| HSL | 317.39º | 0.88% | 0.54% | - |
| HSV(B) | 317.39º | 0.86% | 0.95% | - |
| XYZ | 45.19 | 23.18 | 45.81 | - |
| YUV | 112.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 181 | 0 | 0.86 | 0.25 | 0.05 | 317.39 | 0.88 | 0.54 |
| Hex | F1 | 22 | B5 | 0 | 56 | 19 | 5 | 13D | 58 | 36 |
| Octal | 361 | 42 | 265 | 0 | 126 | 31 | 5 | 475 | 130 | 66 |
| Binary | 11110001 | 100010 | 10110101 | 0 | 1010110 | 11001 | 101 | 100111101 | 1011000 | 110110 |
Color Harmonies of #F122B5
Complementary color
Monochromatic Colors of #F122B5
Black with #F122B5
Text Example
Text Example
White with #F122B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F122B5; }
p { color: rgb(241,34,181); }
H1.HeaderClassName
{
color: #F122B5;
}
.AnyTagClassName
{
color: #F122B5;
}
</style>
background-color css
<style>
a { background-color: #F122B5; }
a { background-color: rgb(241,34,181); }
div.DivClassName
{
background-color: #F122B5;
}
.BgClassName
{
background-color: #F122B5;
}
</style>
border-color css
<style>
span { border-color: #F122B5; }
span { border-color: rgb(241,34,181); }
td.TdClassName
{
border-color: #F122B5;
}
.TagClassName
{
border-color: #F122B5;
}
</style>