Shades of Shocking Pink #F20EC5
Tints of Shocking Pink #F20EC5
RGB
CMYK
RGB Variations
Color information
#F20EC5 (or 0xF20EC5) is known color: Shocking Pink. HEX triplet: F2, 0E and C5. RGB value is (242,14,197). Sum of RGB (Red+Green+Blue) = 242+14+197=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EC5 is #0DF13A. Grayscale: #666666. Windows color (decimal): -913723 or 12914418. OLE color: 12914418.
HSL color Cylindrical-coordinate representation of color #F20EC5: hue angle of 311.84º 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 #F20EC5 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 197 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.05 |
| HSL | 311.84º | 0.9% | 0.5% | - |
| HSV(B) | 311.84º | 0.94% | 0.95% | - |
| XYZ | 46.85 | 23.22 | 54.84 | - |
| YUV | 103.03 | 181.04 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 197 | 0 | 0.94 | 0.19 | 0.05 | 311.84 | 0.9 | 0.5 |
| Hex | F2 | E | C5 | 0 | 5E | 13 | 5 | 138 | 5A | 32 |
| Octal | 362 | 16 | 305 | 0 | 136 | 23 | 5 | 470 | 132 | 62 |
| Binary | 11110010 | 1110 | 11000101 | 0 | 1011110 | 10011 | 101 | 100111000 | 1011010 | 110010 |
Color Harmonies of #F20EC5
Complementary color
Monochromatic Colors of #F20EC5
Black with #F20EC5
Text Example
Text Example
White with #F20EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EC5; }
p { color: rgb(242,14,197); }
H1.HeaderClassName
{
color: #F20EC5;
}
.AnyTagClassName
{
color: #F20EC5;
}
</style>
background-color css
<style>
a { background-color: #F20EC5; }
a { background-color: rgb(242,14,197); }
div.DivClassName
{
background-color: #F20EC5;
}
.BgClassName
{
background-color: #F20EC5;
}
</style>
border-color css
<style>
span { border-color: #F20EC5; }
span { border-color: rgb(242,14,197); }
td.TdClassName
{
border-color: #F20EC5;
}
.TagClassName
{
border-color: #F20EC5;
}
</style>