Shades of Shocking Pink #FE0EC8
Tints of Shocking Pink #FE0EC8
RGB
CMYK
RGB Variations
Color information
#FE0EC8 (or 0xFE0EC8) is known color: Shocking Pink. HEX triplet: FE, 0E and C8. RGB value is (254,14,200). Sum of RGB (Red+Green+Blue) = 254+14+200=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EC8 is #01F137. Grayscale: #6A6A6A. Windows color (decimal): -127288 or 13111038. OLE color: 13111038.
HSL color Cylindrical-coordinate representation of color #FE0EC8: hue angle of 313.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.00 |
| HSL | 313.5º | 0.99% | 0.53% | - |
| HSV(B) | 313.5º | 0.94% | 1% | - |
| XYZ | 51.46 | 25.56 | 56.86 | - |
| YUV | 106.96 | 180.51 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 200 | 0 | 0.94 | 0.21 | 0.00 | 313.5 | 0.99 | 0.53 |
| Hex | FE | E | C8 | 0 | 5E | 15 | 0 | 13A | 63 | 35 |
| Octal | 376 | 16 | 310 | 0 | 136 | 25 | 0 | 472 | 143 | 65 |
| Binary | 11111110 | 1110 | 11001000 | 0 | 1011110 | 10101 | 0 | 100111010 | 1100011 | 110101 |
Color Harmonies of #FE0EC8
Complementary color
Monochromatic Colors of #FE0EC8
Black with #FE0EC8
Text Example
Text Example
White with #FE0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EC8; }
p { color: rgb(254,14,200); }
H1.HeaderClassName
{
color: #FE0EC8;
}
.AnyTagClassName
{
color: #FE0EC8;
}
</style>
background-color css
<style>
a { background-color: #FE0EC8; }
a { background-color: rgb(254,14,200); }
div.DivClassName
{
background-color: #FE0EC8;
}
.BgClassName
{
background-color: #FE0EC8;
}
</style>
border-color css
<style>
span { border-color: #FE0EC8; }
span { border-color: rgb(254,14,200); }
td.TdClassName
{
border-color: #FE0EC8;
}
.TagClassName
{
border-color: #FE0EC8;
}
</style>