Shades of Shocking Pink #F210B9
Tints of Shocking Pink #F210B9
RGB
CMYK
RGB Variations
Color information
#F210B9 (or 0xF210B9) is known color: Shocking Pink. HEX triplet: F2, 10 and B9. RGB value is (242,16,185). Sum of RGB (Red+Green+Blue) = 242+16+185=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F210B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210B9 is #0DEF46. Grayscale: #666666. Windows color (decimal): -913223 or 12128498. OLE color: 12128498.
HSL color Cylindrical-coordinate representation of color #F210B9: hue angle of 315.13º 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 #F210B9 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 185 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.05 |
| HSL | 315.13º | 0.9% | 0.51% | - |
| HSV(B) | 315.13º | 0.93% | 0.95% | - |
| XYZ | 45.56 | 22.75 | 47.89 | - |
| YUV | 102.84 | 174.37 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 185 | 0 | 0.93 | 0.24 | 0.05 | 315.13 | 0.9 | 0.51 |
| Hex | F2 | 10 | B9 | 0 | 5D | 18 | 5 | 13B | 5A | 33 |
| Octal | 362 | 20 | 271 | 0 | 135 | 30 | 5 | 473 | 132 | 63 |
| Binary | 11110010 | 10000 | 10111001 | 0 | 1011101 | 11000 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F210B9
Complementary color
Monochromatic Colors of #F210B9
Black with #F210B9
Text Example
Text Example
White with #F210B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210B9; }
p { color: rgb(242,16,185); }
H1.HeaderClassName
{
color: #F210B9;
}
.AnyTagClassName
{
color: #F210B9;
}
</style>
background-color css
<style>
a { background-color: #F210B9; }
a { background-color: rgb(242,16,185); }
div.DivClassName
{
background-color: #F210B9;
}
.BgClassName
{
background-color: #F210B9;
}
</style>
border-color css
<style>
span { border-color: #F210B9; }
span { border-color: rgb(242,16,185); }
td.TdClassName
{
border-color: #F210B9;
}
.TagClassName
{
border-color: #F210B9;
}
</style>