Shades of Shocking Pink #F00EC5
Tints of Shocking Pink #F00EC5
RGB
CMYK
RGB Variations
Color information
#F00EC5 (or 0xF00EC5) is known color: Shocking Pink. HEX triplet: F0, 0E and C5. RGB value is (240,14,197). Sum of RGB (Red+Green+Blue) = 240+14+197=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EC5 is #0FF13A. Grayscale: #656565. Windows color (decimal): -1044795 or 12914416. OLE color: 12914416.
HSL color Cylindrical-coordinate representation of color #F00EC5: hue angle of 311.42º 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 #F00EC5 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 197 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.06 |
| HSL | 311.42º | 0.89% | 0.5% | - |
| HSV(B) | 311.42º | 0.94% | 0.94% | - |
| XYZ | 46.17 | 22.87 | 54.8 | - |
| YUV | 102.44 | 181.37 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 197 | 0 | 0.94 | 0.18 | 0.06 | 311.42 | 0.89 | 0.5 |
| Hex | F0 | E | C5 | 0 | 5E | 12 | 6 | 137 | 59 | 32 |
| Octal | 360 | 16 | 305 | 0 | 136 | 22 | 6 | 467 | 131 | 62 |
| Binary | 11110000 | 1110 | 11000101 | 0 | 1011110 | 10010 | 110 | 100110111 | 1011001 | 110010 |
Color Harmonies of #F00EC5
Complementary color
Monochromatic Colors of #F00EC5
Black with #F00EC5
Text Example
Text Example
White with #F00EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EC5; }
p { color: rgb(240,14,197); }
H1.HeaderClassName
{
color: #F00EC5;
}
.AnyTagClassName
{
color: #F00EC5;
}
</style>
background-color css
<style>
a { background-color: #F00EC5; }
a { background-color: rgb(240,14,197); }
div.DivClassName
{
background-color: #F00EC5;
}
.BgClassName
{
background-color: #F00EC5;
}
</style>
border-color css
<style>
span { border-color: #F00EC5; }
span { border-color: rgb(240,14,197); }
td.TdClassName
{
border-color: #F00EC5;
}
.TagClassName
{
border-color: #F00EC5;
}
</style>