Shades of Shocking Pink #F022BE
Tints of Shocking Pink #F022BE
RGB
CMYK
RGB Variations
Color information
#F022BE (or 0xF022BE) is known color: Shocking Pink. HEX triplet: F0, 22 and BE. RGB value is (240,34,190). Sum of RGB (Red+Green+Blue) = 240+34+190=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F022BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022BE is #0FDD41. Grayscale: #707070. Windows color (decimal): -1039682 or 12460784. OLE color: 12460784.
HSL color Cylindrical-coordinate representation of color #F022BE: hue angle of 314.56º 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 #F022BE is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 190 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.06 |
| HSL | 314.56º | 0.87% | 0.54% | - |
| HSV(B) | 314.56º | 0.86% | 0.94% | - |
| XYZ | 45.8 | 23.39 | 50.82 | - |
| YUV | 113.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 190 | 0 | 0.86 | 0.21 | 0.06 | 314.56 | 0.87 | 0.54 |
| Hex | F0 | 22 | BE | 0 | 56 | 15 | 6 | 13B | 57 | 36 |
| Octal | 360 | 42 | 276 | 0 | 126 | 25 | 6 | 473 | 127 | 66 |
| Binary | 11110000 | 100010 | 10111110 | 0 | 1010110 | 10101 | 110 | 100111011 | 1010111 | 110110 |
Color Harmonies of #F022BE
Complementary color
Monochromatic Colors of #F022BE
Black with #F022BE
Text Example
Text Example
White with #F022BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022BE; }
p { color: rgb(240,34,190); }
H1.HeaderClassName
{
color: #F022BE;
}
.AnyTagClassName
{
color: #F022BE;
}
</style>
background-color css
<style>
a { background-color: #F022BE; }
a { background-color: rgb(240,34,190); }
div.DivClassName
{
background-color: #F022BE;
}
.BgClassName
{
background-color: #F022BE;
}
</style>
border-color css
<style>
span { border-color: #F022BE; }
span { border-color: rgb(240,34,190); }
td.TdClassName
{
border-color: #F022BE;
}
.TagClassName
{
border-color: #F022BE;
}
</style>