Shades of Shocking Pink #F00EBA
Tints of Shocking Pink #F00EBA
RGB
CMYK
RGB Variations
Color information
#F00EBA (or 0xF00EBA) is known color: Shocking Pink. HEX triplet: F0, 0E and BA. RGB value is (240,14,186). Sum of RGB (Red+Green+Blue) = 240+14+186=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EBA is #0FF145. Grayscale: #646464. Windows color (decimal): -1044806 or 12193520. OLE color: 12193520.
HSL color Cylindrical-coordinate representation of color #F00EBA: hue angle of 314.34º 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 #F00EBA is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.06 |
| HSL | 314.34º | 0.89% | 0.5% | - |
| HSV(B) | 314.34º | 0.94% | 0.94% | - |
| XYZ | 44.96 | 22.38 | 48.41 | - |
| YUV | 101.18 | 175.87 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 186 | 0 | 0.94 | 0.22 | 0.06 | 314.34 | 0.89 | 0.5 |
| Hex | F0 | E | BA | 0 | 5E | 16 | 6 | 13A | 59 | 32 |
| Octal | 360 | 16 | 272 | 0 | 136 | 26 | 6 | 472 | 131 | 62 |
| Binary | 11110000 | 1110 | 10111010 | 0 | 1011110 | 10110 | 110 | 100111010 | 1011001 | 110010 |
Color Harmonies of #F00EBA
Complementary color
Monochromatic Colors of #F00EBA
Black with #F00EBA
Text Example
Text Example
White with #F00EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EBA; }
p { color: rgb(240,14,186); }
H1.HeaderClassName
{
color: #F00EBA;
}
.AnyTagClassName
{
color: #F00EBA;
}
</style>
background-color css
<style>
a { background-color: #F00EBA; }
a { background-color: rgb(240,14,186); }
div.DivClassName
{
background-color: #F00EBA;
}
.BgClassName
{
background-color: #F00EBA;
}
</style>
border-color css
<style>
span { border-color: #F00EBA; }
span { border-color: rgb(240,14,186); }
td.TdClassName
{
border-color: #F00EBA;
}
.TagClassName
{
border-color: #F00EBA;
}
</style>