Shades of Shocking Pink #F211BC
Tints of Shocking Pink #F211BC
RGB
CMYK
RGB Variations
Color information
#F211BC (or 0xF211BC) is known color: Shocking Pink. HEX triplet: F2, 11 and BC. RGB value is (242,17,188). Sum of RGB (Red+Green+Blue) = 242+17+188=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F211BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211BC is #0DEE43. Grayscale: #676767. Windows color (decimal): -912964 or 12325362. OLE color: 12325362.
HSL color Cylindrical-coordinate representation of color #F211BC: hue angle of 314.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F211BC is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 188 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 314.4º | 0.9% | 0.51% | - |
| HSV(B) | 314.4º | 0.93% | 0.95% | - |
| XYZ | 45.9 | 22.91 | 49.58 | - |
| YUV | 103.77 | 175.54 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 188 | 0 | 0.93 | 0.22 | 0.05 | 314.4 | 0.9 | 0.51 |
| Hex | F2 | 11 | BC | 0 | 5D | 16 | 5 | 13A | 5A | 33 |
| Octal | 362 | 21 | 274 | 0 | 135 | 26 | 5 | 472 | 132 | 63 |
| Binary | 11110010 | 10001 | 10111100 | 0 | 1011101 | 10110 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F211BC
Complementary color
Monochromatic Colors of #F211BC
Black with #F211BC
Text Example
Text Example
White with #F211BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F211BC; }
p { color: rgb(242,17,188); }
H1.HeaderClassName
{
color: #F211BC;
}
.AnyTagClassName
{
color: #F211BC;
}
</style>
background-color css
<style>
a { background-color: #F211BC; }
a { background-color: rgb(242,17,188); }
div.DivClassName
{
background-color: #F211BC;
}
.BgClassName
{
background-color: #F211BC;
}
</style>
border-color css
<style>
span { border-color: #F211BC; }
span { border-color: rgb(242,17,188); }
td.TdClassName
{
border-color: #F211BC;
}
.TagClassName
{
border-color: #F211BC;
}
</style>