Shades of Spicy Pink #F022A8
Tints of Spicy Pink #F022A8
RGB
CMYK
RGB Variations
Color information
#F022A8 (or 0xF022A8) is known color: Spicy Pink. HEX triplet: F0, 22 and A8. RGB value is (240,34,168). Sum of RGB (Red+Green+Blue) = 240+34+168=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F022A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F022A8 is #0FDD57. Grayscale: #6E6E6E. Windows color (decimal): -1039704 or 11018992. OLE color: 11018992.
HSL color Cylindrical-coordinate representation of color #F022A8: hue angle of 320.97º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022A8 is Cyan = 0, Magento = 0.86, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 168 | - |
| CMYK | 0 | 0.86 | 0.3 | 0.06 |
| HSL | 320.97º | 0.87% | 0.54% | - |
| HSV(B) | 320.97º | 0.86% | 0.94% | - |
| XYZ | 43.58 | 22.5 | 39.09 | - |
| YUV | 110.87 | 160.25 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 168 | 0 | 0.86 | 0.3 | 0.06 | 320.97 | 0.87 | 0.54 |
| Hex | F0 | 22 | A8 | 0 | 56 | 1E | 6 | 141 | 57 | 36 |
| Octal | 360 | 42 | 250 | 0 | 126 | 36 | 6 | 501 | 127 | 66 |
| Binary | 11110000 | 100010 | 10101000 | 0 | 1010110 | 11110 | 110 | 101000001 | 1010111 | 110110 |
Color Harmonies of #F022A8
Complementary color
Monochromatic Colors of #F022A8
Black with #F022A8
Text Example
Text Example
White with #F022A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022A8; }
p { color: rgb(240,34,168); }
H1.HeaderClassName
{
color: #F022A8;
}
.AnyTagClassName
{
color: #F022A8;
}
</style>
background-color css
<style>
a { background-color: #F022A8; }
a { background-color: rgb(240,34,168); }
div.DivClassName
{
background-color: #F022A8;
}
.BgClassName
{
background-color: #F022A8;
}
</style>
border-color css
<style>
span { border-color: #F022A8; }
span { border-color: rgb(240,34,168); }
td.TdClassName
{
border-color: #F022A8;
}
.TagClassName
{
border-color: #F022A8;
}
</style>