Shades of Shocking Pink #F20EB4
Tints of Shocking Pink #F20EB4
RGB
CMYK
RGB Variations
Color information
#F20EB4 (or 0xF20EB4) is known color: Shocking Pink. HEX triplet: F2, 0E and B4. RGB value is (242,14,180). Sum of RGB (Red+Green+Blue) = 242+14+180=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EB4 is #0DF14B. Grayscale: #646464. Windows color (decimal): -913740 or 11800306. OLE color: 11800306.
HSL color Cylindrical-coordinate representation of color #F20EB4: hue angle of 316.32º 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 #F20EB4 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 180 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.05 |
| HSL | 316.32º | 0.9% | 0.5% | - |
| HSV(B) | 316.32º | 0.94% | 0.95% | - |
| XYZ | 45.01 | 22.49 | 45.15 | - |
| YUV | 101.1 | 172.54 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 180 | 0 | 0.94 | 0.26 | 0.05 | 316.32 | 0.9 | 0.5 |
| Hex | F2 | E | B4 | 0 | 5E | 1A | 5 | 13C | 5A | 32 |
| Octal | 362 | 16 | 264 | 0 | 136 | 32 | 5 | 474 | 132 | 62 |
| Binary | 11110010 | 1110 | 10110100 | 0 | 1011110 | 11010 | 101 | 100111100 | 1011010 | 110010 |
Color Harmonies of #F20EB4
Complementary color
Monochromatic Colors of #F20EB4
Black with #F20EB4
Text Example
Text Example
White with #F20EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EB4; }
p { color: rgb(242,14,180); }
H1.HeaderClassName
{
color: #F20EB4;
}
.AnyTagClassName
{
color: #F20EB4;
}
</style>
background-color css
<style>
a { background-color: #F20EB4; }
a { background-color: rgb(242,14,180); }
div.DivClassName
{
background-color: #F20EB4;
}
.BgClassName
{
background-color: #F20EB4;
}
</style>
border-color css
<style>
span { border-color: #F20EB4; }
span { border-color: rgb(242,14,180); }
td.TdClassName
{
border-color: #F20EB4;
}
.TagClassName
{
border-color: #F20EB4;
}
</style>