Shades of Shocking Pink #F210BC
Tints of Shocking Pink #F210BC
RGB
CMYK
RGB Variations
Color information
#F210BC (or 0xF210BC) is known color: Shocking Pink. HEX triplet: F2, 10 and BC. RGB value is (242,16,188). Sum of RGB (Red+Green+Blue) = 242+16+188=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F210BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210BC is #0DEF43. Grayscale: #666666. Windows color (decimal): -913220 or 12325106. OLE color: 12325106.
HSL color Cylindrical-coordinate representation of color #F210BC: hue angle of 314.34º 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 #F210BC is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 188 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 314.34º | 0.9% | 0.51% | - |
| HSV(B) | 314.34º | 0.93% | 0.95% | - |
| XYZ | 45.88 | 22.88 | 49.57 | - |
| YUV | 103.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 188 | 0 | 0.93 | 0.22 | 0.05 | 314.34 | 0.9 | 0.51 |
| Hex | F2 | 10 | BC | 0 | 5D | 16 | 5 | 13A | 5A | 33 |
| Octal | 362 | 20 | 274 | 0 | 135 | 26 | 5 | 472 | 132 | 63 |
| Binary | 11110010 | 10000 | 10111100 | 0 | 1011101 | 10110 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F210BC
Complementary color
Monochromatic Colors of #F210BC
Black with #F210BC
Text Example
Text Example
White with #F210BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210BC; }
p { color: rgb(242,16,188); }
H1.HeaderClassName
{
color: #F210BC;
}
.AnyTagClassName
{
color: #F210BC;
}
</style>
background-color css
<style>
a { background-color: #F210BC; }
a { background-color: rgb(242,16,188); }
div.DivClassName
{
background-color: #F210BC;
}
.BgClassName
{
background-color: #F210BC;
}
</style>
border-color css
<style>
span { border-color: #F210BC; }
span { border-color: rgb(242,16,188); }
td.TdClassName
{
border-color: #F210BC;
}
.TagClassName
{
border-color: #F210BC;
}
</style>