Shades of Shocking Pink #F00EB2
Tints of Shocking Pink #F00EB2
RGB
CMYK
RGB Variations
Color information
#F00EB2 (or 0xF00EB2) is known color: Shocking Pink. HEX triplet: F0, 0E and B2. RGB value is (240,14,178). Sum of RGB (Red+Green+Blue) = 240+14+178=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00EB2 is #0FF14D. Grayscale: #636363. Windows color (decimal): -1044814 or 11669232. OLE color: 11669232.
HSL color Cylindrical-coordinate representation of color #F00EB2: hue angle of 316.46º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EB2 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 178 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.06 |
| HSL | 316.46º | 0.89% | 0.5% | - |
| HSV(B) | 316.46º | 0.94% | 0.94% | - |
| XYZ | 44.13 | 22.05 | 44.05 | - |
| YUV | 100.27 | 171.87 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 178 | 0 | 0.94 | 0.26 | 0.06 | 316.46 | 0.89 | 0.5 |
| Hex | F0 | E | B2 | 0 | 5E | 1A | 6 | 13C | 59 | 32 |
| Octal | 360 | 16 | 262 | 0 | 136 | 32 | 6 | 474 | 131 | 62 |
| Binary | 11110000 | 1110 | 10110010 | 0 | 1011110 | 11010 | 110 | 100111100 | 1011001 | 110010 |
Color Harmonies of #F00EB2
Complementary color
Monochromatic Colors of #F00EB2
Black with #F00EB2
Text Example
Text Example
White with #F00EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EB2; }
p { color: rgb(240,14,178); }
H1.HeaderClassName
{
color: #F00EB2;
}
.AnyTagClassName
{
color: #F00EB2;
}
</style>
background-color css
<style>
a { background-color: #F00EB2; }
a { background-color: rgb(240,14,178); }
div.DivClassName
{
background-color: #F00EB2;
}
.BgClassName
{
background-color: #F00EB2;
}
</style>
border-color css
<style>
span { border-color: #F00EB2; }
span { border-color: rgb(240,14,178); }
td.TdClassName
{
border-color: #F00EB2;
}
.TagClassName
{
border-color: #F00EB2;
}
</style>