Shades of Shocking Pink #F210B2
Tints of Shocking Pink #F210B2
RGB
CMYK
RGB Variations
Color information
#F210B2 (or 0xF210B2) is known color: Shocking Pink. HEX triplet: F2, 10 and B2. RGB value is (242,16,178). Sum of RGB (Red+Green+Blue) = 242+16+178=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F210B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210B2 is #0DEF4D. Grayscale: #656565. Windows color (decimal): -913230 or 11669746. OLE color: 11669746.
HSL color Cylindrical-coordinate representation of color #F210B2: hue angle of 316.99º 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 #F210B2 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 178 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.05 |
| HSL | 316.99º | 0.9% | 0.51% | - |
| HSV(B) | 316.99º | 0.93% | 0.95% | - |
| XYZ | 44.84 | 22.46 | 44.09 | - |
| YUV | 102.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 178 | 0 | 0.93 | 0.26 | 0.05 | 316.99 | 0.9 | 0.51 |
| Hex | F2 | 10 | B2 | 0 | 5D | 1A | 5 | 13D | 5A | 33 |
| Octal | 362 | 20 | 262 | 0 | 135 | 32 | 5 | 475 | 132 | 63 |
| Binary | 11110010 | 10000 | 10110010 | 0 | 1011101 | 11010 | 101 | 100111101 | 1011010 | 110011 |
Color Harmonies of #F210B2
Complementary color
Monochromatic Colors of #F210B2
Black with #F210B2
Text Example
Text Example
White with #F210B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210B2; }
p { color: rgb(242,16,178); }
H1.HeaderClassName
{
color: #F210B2;
}
.AnyTagClassName
{
color: #F210B2;
}
</style>
background-color css
<style>
a { background-color: #F210B2; }
a { background-color: rgb(242,16,178); }
div.DivClassName
{
background-color: #F210B2;
}
.BgClassName
{
background-color: #F210B2;
}
</style>
border-color css
<style>
span { border-color: #F210B2; }
span { border-color: rgb(242,16,178); }
td.TdClassName
{
border-color: #F210B2;
}
.TagClassName
{
border-color: #F210B2;
}
</style>