Shades of Spicy Pink #F022B9
Tints of Spicy Pink #F022B9
RGB
CMYK
RGB Variations
Color information
#F022B9 (or 0xF022B9) is known color: Spicy Pink. HEX triplet: F0, 22 and B9. RGB value is (240,34,185). Sum of RGB (Red+Green+Blue) = 240+34+185=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F022B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022B9 is #0FDD46. Grayscale: #707070. Windows color (decimal): -1039687 or 12133104. OLE color: 12133104.
HSL color Cylindrical-coordinate representation of color #F022B9: hue angle of 316.02º 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 #F022B9 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 185 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.06 |
| HSL | 316.02º | 0.87% | 0.54% | - |
| HSV(B) | 316.02º | 0.86% | 0.94% | - |
| XYZ | 45.26 | 23.17 | 47.99 | - |
| YUV | 112.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 185 | 0 | 0.86 | 0.23 | 0.06 | 316.02 | 0.87 | 0.54 |
| Hex | F0 | 22 | B9 | 0 | 56 | 17 | 6 | 13C | 57 | 36 |
| Octal | 360 | 42 | 271 | 0 | 126 | 27 | 6 | 474 | 127 | 66 |
| Binary | 11110000 | 100010 | 10111001 | 0 | 1010110 | 10111 | 110 | 100111100 | 1010111 | 110110 |
Color Harmonies of #F022B9
Complementary color
Monochromatic Colors of #F022B9
Black with #F022B9
Text Example
Text Example
White with #F022B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022B9; }
p { color: rgb(240,34,185); }
H1.HeaderClassName
{
color: #F022B9;
}
.AnyTagClassName
{
color: #F022B9;
}
</style>
background-color css
<style>
a { background-color: #F022B9; }
a { background-color: rgb(240,34,185); }
div.DivClassName
{
background-color: #F022B9;
}
.BgClassName
{
background-color: #F022B9;
}
</style>
border-color css
<style>
span { border-color: #F022B9; }
span { border-color: rgb(240,34,185); }
td.TdClassName
{
border-color: #F022B9;
}
.TagClassName
{
border-color: #F022B9;
}
</style>