Shades of Shocking Pink #F210C0
Tints of Shocking Pink #F210C0
RGB
CMYK
RGB Variations
Color information
#F210C0 (or 0xF210C0) is known color: Shocking Pink. HEX triplet: F2, 10 and C0. RGB value is (242,16,192). Sum of RGB (Red+Green+Blue) = 242+16+192=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F210C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210C0 is #0DEF3F. Grayscale: #676767. Windows color (decimal): -913216 or 12587250. OLE color: 12587250.
HSL color Cylindrical-coordinate representation of color #F210C0: hue angle of 313.27º 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 #F210C0 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.05 |
| HSL | 313.27º | 0.9% | 0.51% | - |
| HSV(B) | 313.27º | 0.93% | 0.95% | - |
| XYZ | 46.32 | 23.05 | 51.88 | - |
| YUV | 103.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 192 | 0 | 0.93 | 0.21 | 0.05 | 313.27 | 0.9 | 0.51 |
| Hex | F2 | 10 | C0 | 0 | 5D | 15 | 5 | 139 | 5A | 33 |
| Octal | 362 | 20 | 300 | 0 | 135 | 25 | 5 | 471 | 132 | 63 |
| Binary | 11110010 | 10000 | 11000000 | 0 | 1011101 | 10101 | 101 | 100111001 | 1011010 | 110011 |
Color Harmonies of #F210C0
Complementary color
Monochromatic Colors of #F210C0
Black with #F210C0
Text Example
Text Example
White with #F210C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210C0; }
p { color: rgb(242,16,192); }
H1.HeaderClassName
{
color: #F210C0;
}
.AnyTagClassName
{
color: #F210C0;
}
</style>
background-color css
<style>
a { background-color: #F210C0; }
a { background-color: rgb(242,16,192); }
div.DivClassName
{
background-color: #F210C0;
}
.BgClassName
{
background-color: #F210C0;
}
</style>
border-color css
<style>
span { border-color: #F210C0; }
span { border-color: rgb(242,16,192); }
td.TdClassName
{
border-color: #F210C0;
}
.TagClassName
{
border-color: #F210C0;
}
</style>