Shades of Shocking Pink #F00EC7
Tints of Shocking Pink #F00EC7
RGB
CMYK
RGB Variations
Color information
#F00EC7 (or 0xF00EC7) is known color: Shocking Pink. HEX triplet: F0, 0E and C7. RGB value is (240,14,199). Sum of RGB (Red+Green+Blue) = 240+14+199=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F00EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00EC7 is #0FF138. Grayscale: #666666. Windows color (decimal): -1044793 or 13045488. OLE color: 13045488.
HSL color Cylindrical-coordinate representation of color #F00EC7: hue angle of 310.88º 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 #F00EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.06 |
| HSL | 310.88º | 0.89% | 0.5% | - |
| HSV(B) | 310.88º | 0.94% | 0.94% | - |
| XYZ | 46.4 | 22.96 | 56.02 | - |
| YUV | 102.66 | 182.37 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 199 | 0 | 0.94 | 0.17 | 0.06 | 310.88 | 0.89 | 0.5 |
| Hex | F0 | E | C7 | 0 | 5E | 11 | 6 | 137 | 59 | 32 |
| Octal | 360 | 16 | 307 | 0 | 136 | 21 | 6 | 467 | 131 | 62 |
| Binary | 11110000 | 1110 | 11000111 | 0 | 1011110 | 10001 | 110 | 100110111 | 1011001 | 110010 |
Color Harmonies of #F00EC7
Complementary color
Monochromatic Colors of #F00EC7
Black with #F00EC7
Text Example
Text Example
White with #F00EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EC7; }
p { color: rgb(240,14,199); }
H1.HeaderClassName
{
color: #F00EC7;
}
.AnyTagClassName
{
color: #F00EC7;
}
</style>
background-color css
<style>
a { background-color: #F00EC7; }
a { background-color: rgb(240,14,199); }
div.DivClassName
{
background-color: #F00EC7;
}
.BgClassName
{
background-color: #F00EC7;
}
</style>
border-color css
<style>
span { border-color: #F00EC7; }
span { border-color: rgb(240,14,199); }
td.TdClassName
{
border-color: #F00EC7;
}
.TagClassName
{
border-color: #F00EC7;
}
</style>