Shades of Spicy Pink #F022B5
Tints of Spicy Pink #F022B5
RGB
CMYK
RGB Variations
Color information
#F022B5 (or 0xF022B5) is known color: Spicy Pink. HEX triplet: F0, 22 and B5. RGB value is (240,34,181). Sum of RGB (Red+Green+Blue) = 240+34+181=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F022B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022B5 is #0FDD4A. Grayscale: #6F6F6F. Windows color (decimal): -1039691 or 11870960. OLE color: 11870960.
HSL color Cylindrical-coordinate representation of color #F022B5: hue angle of 317.18º 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 #F022B5 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 181 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.06 |
| HSL | 317.18º | 0.87% | 0.54% | - |
| HSV(B) | 317.18º | 0.86% | 0.94% | - |
| XYZ | 44.85 | 23.01 | 45.79 | - |
| YUV | 112.35 | 166.75 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 181 | 0 | 0.86 | 0.25 | 0.06 | 317.18 | 0.87 | 0.54 |
| Hex | F0 | 22 | B5 | 0 | 56 | 19 | 6 | 13D | 57 | 36 |
| Octal | 360 | 42 | 265 | 0 | 126 | 31 | 6 | 475 | 127 | 66 |
| Binary | 11110000 | 100010 | 10110101 | 0 | 1010110 | 11001 | 110 | 100111101 | 1010111 | 110110 |
Color Harmonies of #F022B5
Complementary color
Monochromatic Colors of #F022B5
Black with #F022B5
Text Example
Text Example
White with #F022B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022B5; }
p { color: rgb(240,34,181); }
H1.HeaderClassName
{
color: #F022B5;
}
.AnyTagClassName
{
color: #F022B5;
}
</style>
background-color css
<style>
a { background-color: #F022B5; }
a { background-color: rgb(240,34,181); }
div.DivClassName
{
background-color: #F022B5;
}
.BgClassName
{
background-color: #F022B5;
}
</style>
border-color css
<style>
span { border-color: #F022B5; }
span { border-color: rgb(240,34,181); }
td.TdClassName
{
border-color: #F022B5;
}
.TagClassName
{
border-color: #F022B5;
}
</style>