Shades of Spicy Pink #F222B5
Tints of Spicy Pink #F222B5
RGB
CMYK
RGB Variations
Color information
#F222B5 (or 0xF222B5) is known color: Spicy Pink. HEX triplet: F2, 22 and B5. RGB value is (242,34,181). Sum of RGB (Red+Green+Blue) = 242+34+181=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F222B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F222B5 is #0DDD4A. Grayscale: #707070. Windows color (decimal): -908619 or 11870962. OLE color: 11870962.
HSL color Cylindrical-coordinate representation of color #F222B5: hue angle of 317.6º degrees, saturation: 0.89, 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 #F222B5 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 181 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.05 |
| HSL | 317.6º | 0.89% | 0.54% | - |
| HSV(B) | 317.6º | 0.86% | 0.95% | - |
| XYZ | 45.53 | 23.36 | 45.82 | - |
| YUV | 112.95 | 166.41 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 181 | 0 | 0.86 | 0.25 | 0.05 | 317.6 | 0.89 | 0.54 |
| Hex | F2 | 22 | B5 | 0 | 56 | 19 | 5 | 13E | 59 | 36 |
| Octal | 362 | 42 | 265 | 0 | 126 | 31 | 5 | 476 | 131 | 66 |
| Binary | 11110010 | 100010 | 10110101 | 0 | 1010110 | 11001 | 101 | 100111110 | 1011001 | 110110 |
Color Harmonies of #F222B5
Complementary color
Monochromatic Colors of #F222B5
Black with #F222B5
Text Example
Text Example
White with #F222B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F222B5; }
p { color: rgb(242,34,181); }
H1.HeaderClassName
{
color: #F222B5;
}
.AnyTagClassName
{
color: #F222B5;
}
</style>
background-color css
<style>
a { background-color: #F222B5; }
a { background-color: rgb(242,34,181); }
div.DivClassName
{
background-color: #F222B5;
}
.BgClassName
{
background-color: #F222B5;
}
</style>
border-color css
<style>
span { border-color: #F222B5; }
span { border-color: rgb(242,34,181); }
td.TdClassName
{
border-color: #F222B5;
}
.TagClassName
{
border-color: #F222B5;
}
</style>