Shades of Shocking Pink #F80EC7
Tints of Shocking Pink #F80EC7
RGB
CMYK
RGB Variations
Color information
#F80EC7 (or 0xF80EC7) is known color: Shocking Pink. HEX triplet: F8, 0E and C7. RGB value is (248,14,199). Sum of RGB (Red+Green+Blue) = 248+14+199=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F80EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80EC7 is #07F138. Grayscale: #686868. Windows color (decimal): -520505 or 13045496. OLE color: 13045496.
HSL color Cylindrical-coordinate representation of color #F80EC7: hue angle of 312.56º 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 #F80EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.03 |
| HSL | 312.56º | 0.94% | 0.51% | - |
| HSV(B) | 312.56º | 0.94% | 0.97% | - |
| XYZ | 49.18 | 24.39 | 56.15 | - |
| YUV | 105.06 | 181.02 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 199 | 0 | 0.94 | 0.20 | 0.03 | 312.56 | 0.94 | 0.51 |
| Hex | F8 | E | C7 | 0 | 5E | 14 | 3 | 139 | 5E | 33 |
| Octal | 370 | 16 | 307 | 0 | 136 | 24 | 3 | 471 | 136 | 63 |
| Binary | 11111000 | 1110 | 11000111 | 0 | 1011110 | 10100 | 11 | 100111001 | 1011110 | 110011 |
Color Harmonies of #F80EC7
Complementary color
Monochromatic Colors of #F80EC7
Black with #F80EC7
Text Example
Text Example
White with #F80EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80EC7; }
p { color: rgb(248,14,199); }
H1.HeaderClassName
{
color: #F80EC7;
}
.AnyTagClassName
{
color: #F80EC7;
}
</style>
background-color css
<style>
a { background-color: #F80EC7; }
a { background-color: rgb(248,14,199); }
div.DivClassName
{
background-color: #F80EC7;
}
.BgClassName
{
background-color: #F80EC7;
}
</style>
border-color css
<style>
span { border-color: #F80EC7; }
span { border-color: rgb(248,14,199); }
td.TdClassName
{
border-color: #F80EC7;
}
.TagClassName
{
border-color: #F80EC7;
}
</style>