Shades of Shocking Pink #F022BC
Tints of Shocking Pink #F022BC
RGB
CMYK
RGB Variations
Color information
#F022BC (or 0xF022BC) is known color: Shocking Pink. HEX triplet: F0, 22 and BC. RGB value is (240,34,188). Sum of RGB (Red+Green+Blue) = 240+34+188=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F022BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F022BC is #0FDD43. Grayscale: #707070. Windows color (decimal): -1039684 or 12329712. OLE color: 12329712.
HSL color Cylindrical-coordinate representation of color #F022BC: hue angle of 315.15º 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 #F022BC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 188 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.06 |
| HSL | 315.15º | 0.87% | 0.54% | - |
| HSV(B) | 315.15º | 0.86% | 0.94% | - |
| XYZ | 45.58 | 23.3 | 49.67 | - |
| YUV | 113.15 | 170.25 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 188 | 0 | 0.86 | 0.22 | 0.06 | 315.15 | 0.87 | 0.54 |
| Hex | F0 | 22 | BC | 0 | 56 | 16 | 6 | 13B | 57 | 36 |
| Octal | 360 | 42 | 274 | 0 | 126 | 26 | 6 | 473 | 127 | 66 |
| Binary | 11110000 | 100010 | 10111100 | 0 | 1010110 | 10110 | 110 | 100111011 | 1010111 | 110110 |
Color Harmonies of #F022BC
Complementary color
Monochromatic Colors of #F022BC
Black with #F022BC
Text Example
Text Example
White with #F022BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F022BC; }
p { color: rgb(240,34,188); }
H1.HeaderClassName
{
color: #F022BC;
}
.AnyTagClassName
{
color: #F022BC;
}
</style>
background-color css
<style>
a { background-color: #F022BC; }
a { background-color: rgb(240,34,188); }
div.DivClassName
{
background-color: #F022BC;
}
.BgClassName
{
background-color: #F022BC;
}
</style>
border-color css
<style>
span { border-color: #F022BC; }
span { border-color: rgb(240,34,188); }
td.TdClassName
{
border-color: #F022BC;
}
.TagClassName
{
border-color: #F022BC;
}
</style>