Shades of Shocking Pink #F220BB
Tints of Shocking Pink #F220BB
RGB
CMYK
RGB Variations
Color information
#F220BB (or 0xF220BB) is known color: Shocking Pink. HEX triplet: F2, 20 and BB. RGB value is (242,32,187). Sum of RGB (Red+Green+Blue) = 242+32+187=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 32 (12.89% from 255 or 6.94% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F220BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220BB is #0DDF44. Grayscale: #707070. Windows color (decimal): -909125 or 12263666. OLE color: 12263666.
HSL color Cylindrical-coordinate representation of color #F220BB: hue angle of 315.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F220BB is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 187 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.05 |
| HSL | 315.71º | 0.89% | 0.54% | - |
| HSV(B) | 315.71º | 0.87% | 0.95% | - |
| XYZ | 46.1 | 23.5 | 49.12 | - |
| YUV | 112.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 187 | 0 | 0.87 | 0.23 | 0.05 | 315.71 | 0.89 | 0.54 |
| Hex | F2 | 20 | BB | 0 | 57 | 17 | 5 | 13C | 59 | 36 |
| Octal | 362 | 40 | 273 | 0 | 127 | 27 | 5 | 474 | 131 | 66 |
| Binary | 11110010 | 100000 | 10111011 | 0 | 1010111 | 10111 | 101 | 100111100 | 1011001 | 110110 |
Color Harmonies of #F220BB
Complementary color
Monochromatic Colors of #F220BB
Black with #F220BB
Text Example
Text Example
White with #F220BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220BB; }
p { color: rgb(242,32,187); }
H1.HeaderClassName
{
color: #F220BB;
}
.AnyTagClassName
{
color: #F220BB;
}
</style>
background-color css
<style>
a { background-color: #F220BB; }
a { background-color: rgb(242,32,187); }
div.DivClassName
{
background-color: #F220BB;
}
.BgClassName
{
background-color: #F220BB;
}
</style>
border-color css
<style>
span { border-color: #F220BB; }
span { border-color: rgb(242,32,187); }
td.TdClassName
{
border-color: #F220BB;
}
.TagClassName
{
border-color: #F220BB;
}
</style>