Shades of Shocking Pink #F80ECC
Tints of Shocking Pink #F80ECC
RGB
CMYK
RGB Variations
Color information
#F80ECC (or 0xF80ECC) is known color: Shocking Pink. HEX triplet: F8, 0E and CC. RGB value is (248,14,204). Sum of RGB (Red+Green+Blue) = 248+14+204=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ECC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ECC is #07F133. Grayscale: #696969. Windows color (decimal): -520500 or 13373176. OLE color: 13373176.
HSL color Cylindrical-coordinate representation of color #F80ECC: hue angle of 311.28º 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 #F80ECC is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 204 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.28º | 0.94% | 0.51% | - |
| HSV(B) | 311.28º | 0.94% | 0.97% | - |
| XYZ | 49.77 | 24.63 | 59.26 | - |
| YUV | 105.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 204 | 0 | 0.94 | 0.18 | 0.03 | 311.28 | 0.94 | 0.51 |
| Hex | F8 | E | CC | 0 | 5E | 12 | 3 | 137 | 5E | 33 |
| Octal | 370 | 16 | 314 | 0 | 136 | 22 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1110 | 11001100 | 0 | 1011110 | 10010 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80ECC
Complementary color
Monochromatic Colors of #F80ECC
Black with #F80ECC
Text Example
Text Example
White with #F80ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ECC; }
p { color: rgb(248,14,204); }
H1.HeaderClassName
{
color: #F80ECC;
}
.AnyTagClassName
{
color: #F80ECC;
}
</style>
background-color css
<style>
a { background-color: #F80ECC; }
a { background-color: rgb(248,14,204); }
div.DivClassName
{
background-color: #F80ECC;
}
.BgClassName
{
background-color: #F80ECC;
}
</style>
border-color css
<style>
span { border-color: #F80ECC; }
span { border-color: rgb(248,14,204); }
td.TdClassName
{
border-color: #F80ECC;
}
.TagClassName
{
border-color: #F80ECC;
}
</style>