Shades of Shocking Pink #F210D0
Tints of Shocking Pink #F210D0
RGB
CMYK
RGB Variations
Color information
#F210D0 (or 0xF210D0) is known color: Shocking Pink. HEX triplet: F2, 10 and D0. RGB value is (242,16,208). Sum of RGB (Red+Green+Blue) = 242+16+208=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F210D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210D0 is #0DEF2F. Grayscale: #686868. Windows color (decimal): -913200 or 13635826. OLE color: 13635826.
HSL color Cylindrical-coordinate representation of color #F210D0: hue angle of 309.03º 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 #F210D0 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 208 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.05 |
| HSL | 309.03º | 0.9% | 0.51% | - |
| HSV(B) | 309.03º | 0.93% | 0.95% | - |
| XYZ | 48.19 | 23.8 | 61.73 | - |
| YUV | 105.46 | 185.87 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 208 | 0 | 0.93 | 0.14 | 0.05 | 309.03 | 0.9 | 0.51 |
| Hex | F2 | 10 | D0 | 0 | 5D | E | 5 | 135 | 5A | 33 |
| Octal | 362 | 20 | 320 | 0 | 135 | 16 | 5 | 465 | 132 | 63 |
| Binary | 11110010 | 10000 | 11010000 | 0 | 1011101 | 1110 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F210D0
Complementary color
Monochromatic Colors of #F210D0
Black with #F210D0
Text Example
Text Example
White with #F210D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F210D0; }
p { color: rgb(242,16,208); }
H1.HeaderClassName
{
color: #F210D0;
}
.AnyTagClassName
{
color: #F210D0;
}
</style>
background-color css
<style>
a { background-color: #F210D0; }
a { background-color: rgb(242,16,208); }
div.DivClassName
{
background-color: #F210D0;
}
.BgClassName
{
background-color: #F210D0;
}
</style>
border-color css
<style>
span { border-color: #F210D0; }
span { border-color: rgb(242,16,208); }
td.TdClassName
{
border-color: #F210D0;
}
.TagClassName
{
border-color: #F210D0;
}
</style>