Shades of Shocking Pink #F20EC3
Tints of Shocking Pink #F20EC3
RGB
CMYK
RGB Variations
Color information
#F20EC3 (or 0xF20EC3) is known color: Shocking Pink. HEX triplet: F2, 0E and C3. RGB value is (242,14,195). Sum of RGB (Red+Green+Blue) = 242+14+195=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EC3 is #0DF13C. Grayscale: #666666. Windows color (decimal): -913725 or 12783346. OLE color: 12783346.
HSL color Cylindrical-coordinate representation of color #F20EC3: hue angle of 312.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EC3 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 195 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.05 |
| HSL | 312.37º | 0.9% | 0.5% | - |
| HSV(B) | 312.37º | 0.94% | 0.95% | - |
| XYZ | 46.63 | 23.13 | 53.64 | - |
| YUV | 102.81 | 180.04 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 195 | 0 | 0.94 | 0.19 | 0.05 | 312.37 | 0.9 | 0.5 |
| Hex | F2 | E | C3 | 0 | 5E | 13 | 5 | 138 | 5A | 32 |
| Octal | 362 | 16 | 303 | 0 | 136 | 23 | 5 | 470 | 132 | 62 |
| Binary | 11110010 | 1110 | 11000011 | 0 | 1011110 | 10011 | 101 | 100111000 | 1011010 | 110010 |
Color Harmonies of #F20EC3
Complementary color
Monochromatic Colors of #F20EC3
Black with #F20EC3
Text Example
Text Example
White with #F20EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EC3; }
p { color: rgb(242,14,195); }
H1.HeaderClassName
{
color: #F20EC3;
}
.AnyTagClassName
{
color: #F20EC3;
}
</style>
background-color css
<style>
a { background-color: #F20EC3; }
a { background-color: rgb(242,14,195); }
div.DivClassName
{
background-color: #F20EC3;
}
.BgClassName
{
background-color: #F20EC3;
}
</style>
border-color css
<style>
span { border-color: #F20EC3; }
span { border-color: rgb(242,14,195); }
td.TdClassName
{
border-color: #F20EC3;
}
.TagClassName
{
border-color: #F20EC3;
}
</style>