Shades of Shocking Pink #F80EC0
Tints of Shocking Pink #F80EC0
RGB
CMYK
RGB Variations
Color information
#F80EC0 (or 0xF80EC0) is known color: Shocking Pink. HEX triplet: F8, 0E and C0. RGB value is (248,14,192). Sum of RGB (Red+Green+Blue) = 248+14+192=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EC0 is #07F13F. Grayscale: #676767. Windows color (decimal): -520512 or 12586744. OLE color: 12586744.
HSL color Cylindrical-coordinate representation of color #F80EC0: hue angle of 314.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80EC0 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 192 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.03 |
| HSL | 314.36º | 0.94% | 0.51% | - |
| HSV(B) | 314.36º | 0.94% | 0.97% | - |
| XYZ | 48.38 | 24.08 | 51.97 | - |
| YUV | 104.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 192 | 0 | 0.94 | 0.23 | 0.03 | 314.36 | 0.94 | 0.51 |
| Hex | F8 | E | C0 | 0 | 5E | 17 | 3 | 13A | 5E | 33 |
| Octal | 370 | 16 | 300 | 0 | 136 | 27 | 3 | 472 | 136 | 63 |
| Binary | 11111000 | 1110 | 11000000 | 0 | 1011110 | 10111 | 11 | 100111010 | 1011110 | 110011 |
Color Harmonies of #F80EC0
Complementary color
Monochromatic Colors of #F80EC0
Black with #F80EC0
Text Example
Text Example
White with #F80EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EC0; }
p { color: rgb(248,14,192); }
H1.HeaderClassName
{
color: #F80EC0;
}
.AnyTagClassName
{
color: #F80EC0;
}
</style>
background-color css
<style>
a { background-color: #F80EC0; }
a { background-color: rgb(248,14,192); }
div.DivClassName
{
background-color: #F80EC0;
}
.BgClassName
{
background-color: #F80EC0;
}
</style>
border-color css
<style>
span { border-color: #F80EC0; }
span { border-color: rgb(248,14,192); }
td.TdClassName
{
border-color: #F80EC0;
}
.TagClassName
{
border-color: #F80EC0;
}
</style>