Shades of Shocking Pink #F20DC0
Tints of Shocking Pink #F20DC0
RGB
CMYK
RGB Variations
Color information
#F20DC0 (or 0xF20DC0) is known color: Shocking Pink. HEX triplet: F2, 0D and C0. RGB value is (242,13,192). Sum of RGB (Red+Green+Blue) = 242+13+192=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 13 (5.47% from 255 or 2.91% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DC0 is #0DF23F. Grayscale: #656565. Windows color (decimal): -913984 or 12586482. OLE color: 12586482.
HSL color Cylindrical-coordinate representation of color #F20DC0: hue angle of 313.1º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DC0 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 192 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.05 |
| HSL | 313.1º | 0.9% | 0.5% | - |
| HSV(B) | 313.1º | 0.95% | 0.95% | - |
| XYZ | 46.28 | 22.97 | 51.86 | - |
| YUV | 101.88 | 178.87 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 192 | 0 | 0.95 | 0.21 | 0.05 | 313.1 | 0.9 | 0.5 |
| Hex | F2 | D | C0 | 0 | 5F | 15 | 5 | 139 | 5A | 32 |
| Octal | 362 | 15 | 300 | 0 | 137 | 25 | 5 | 471 | 132 | 62 |
| Binary | 11110010 | 1101 | 11000000 | 0 | 1011111 | 10101 | 101 | 100111001 | 1011010 | 110010 |
Color Harmonies of #F20DC0
Complementary color
Monochromatic Colors of #F20DC0
Black with #F20DC0
Text Example
Text Example
White with #F20DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DC0; }
p { color: rgb(242,13,192); }
H1.HeaderClassName
{
color: #F20DC0;
}
.AnyTagClassName
{
color: #F20DC0;
}
</style>
background-color css
<style>
a { background-color: #F20DC0; }
a { background-color: rgb(242,13,192); }
div.DivClassName
{
background-color: #F20DC0;
}
.BgClassName
{
background-color: #F20DC0;
}
</style>
border-color css
<style>
span { border-color: #F20DC0; }
span { border-color: rgb(242,13,192); }
td.TdClassName
{
border-color: #F20DC0;
}
.TagClassName
{
border-color: #F20DC0;
}
</style>