Shades of Shocking Pink #F00EBC
Tints of Shocking Pink #F00EBC
RGB
CMYK
RGB Variations
Color information
#F00EBC (or 0xF00EBC) is known color: Shocking Pink. HEX triplet: F0, 0E and BC. RGB value is (240,14,188). Sum of RGB (Red+Green+Blue) = 240+14+188=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EBC is #0FF143. Grayscale: #646464. Windows color (decimal): -1044804 or 12324592. OLE color: 12324592.
HSL color Cylindrical-coordinate representation of color #F00EBC: hue angle of 313.81º 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 #F00EBC is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.06 |
| HSL | 313.81º | 0.89% | 0.5% | - |
| HSV(B) | 313.81º | 0.94% | 0.94% | - |
| XYZ | 45.17 | 22.47 | 49.53 | - |
| YUV | 101.41 | 176.87 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 188 | 0 | 0.94 | 0.22 | 0.06 | 313.81 | 0.89 | 0.5 |
| Hex | F0 | E | BC | 0 | 5E | 16 | 6 | 13A | 59 | 32 |
| Octal | 360 | 16 | 274 | 0 | 136 | 26 | 6 | 472 | 131 | 62 |
| Binary | 11110000 | 1110 | 10111100 | 0 | 1011110 | 10110 | 110 | 100111010 | 1011001 | 110010 |
Color Harmonies of #F00EBC
Complementary color
Monochromatic Colors of #F00EBC
Black with #F00EBC
Text Example
Text Example
White with #F00EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EBC; }
p { color: rgb(240,14,188); }
H1.HeaderClassName
{
color: #F00EBC;
}
.AnyTagClassName
{
color: #F00EBC;
}
</style>
background-color css
<style>
a { background-color: #F00EBC; }
a { background-color: rgb(240,14,188); }
div.DivClassName
{
background-color: #F00EBC;
}
.BgClassName
{
background-color: #F00EBC;
}
</style>
border-color css
<style>
span { border-color: #F00EBC; }
span { border-color: rgb(240,14,188); }
td.TdClassName
{
border-color: #F00EBC;
}
.TagClassName
{
border-color: #F00EBC;
}
</style>