Shades of Shocking Pink #F220BC
Tints of Shocking Pink #F220BC
RGB
CMYK
RGB Variations
Color information
#F220BC (or 0xF220BC) is known color: Shocking Pink. HEX triplet: F2, 20 and BC. RGB value is (242,32,188). Sum of RGB (Red+Green+Blue) = 242+32+188=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F220BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F220BC is #0DDF43. Grayscale: #707070. Windows color (decimal): -909124 or 12329202. OLE color: 12329202.
HSL color Cylindrical-coordinate representation of color #F220BC: hue angle of 315.43º 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 #F220BC is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.05 |
| HSL | 315.43º | 0.89% | 0.54% | - |
| HSV(B) | 315.43º | 0.87% | 0.95% | - |
| XYZ | 46.21 | 23.54 | 49.69 | - |
| YUV | 112.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 188 | 0 | 0.87 | 0.22 | 0.05 | 315.43 | 0.89 | 0.54 |
| Hex | F2 | 20 | BC | 0 | 57 | 16 | 5 | 13B | 59 | 36 |
| Octal | 362 | 40 | 274 | 0 | 127 | 26 | 5 | 473 | 131 | 66 |
| Binary | 11110010 | 100000 | 10111100 | 0 | 1010111 | 10110 | 101 | 100111011 | 1011001 | 110110 |
Color Harmonies of #F220BC
Complementary color
Monochromatic Colors of #F220BC
Black with #F220BC
Text Example
Text Example
White with #F220BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F220BC; }
p { color: rgb(242,32,188); }
H1.HeaderClassName
{
color: #F220BC;
}
.AnyTagClassName
{
color: #F220BC;
}
</style>
background-color css
<style>
a { background-color: #F220BC; }
a { background-color: rgb(242,32,188); }
div.DivClassName
{
background-color: #F220BC;
}
.BgClassName
{
background-color: #F220BC;
}
</style>
border-color css
<style>
span { border-color: #F220BC; }
span { border-color: rgb(242,32,188); }
td.TdClassName
{
border-color: #F220BC;
}
.TagClassName
{
border-color: #F220BC;
}
</style>