Shades of Shocking Pink #FE0EB8
Tints of Shocking Pink #FE0EB8
RGB
CMYK
RGB Variations
Color information
#FE0EB8 (or 0xFE0EB8) is known color: Shocking Pink. HEX triplet: FE, 0E and B8. RGB value is (254,14,184). Sum of RGB (Red+Green+Blue) = 254+14+184=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EB8 is #01F147. Grayscale: #686868. Windows color (decimal): -127304 or 12062462. OLE color: 12062462.
HSL color Cylindrical-coordinate representation of color #FE0EB8: hue angle of 317.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 #FE0EB8 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 184 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.00 |
| HSL | 317.5º | 0.99% | 0.53% | - |
| HSV(B) | 317.5º | 0.94% | 1% | - |
| XYZ | 49.68 | 24.85 | 47.52 | - |
| YUV | 105.14 | 172.51 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 184 | 0 | 0.94 | 0.28 | 0.00 | 317.5 | 0.99 | 0.53 |
| Hex | FE | E | B8 | 0 | 5E | 1C | 0 | 13E | 63 | 35 |
| Octal | 376 | 16 | 270 | 0 | 136 | 34 | 0 | 476 | 143 | 65 |
| Binary | 11111110 | 1110 | 10111000 | 0 | 1011110 | 11100 | 0 | 100111110 | 1100011 | 110101 |
Color Harmonies of #FE0EB8
Complementary color
Monochromatic Colors of #FE0EB8
Black with #FE0EB8
Text Example
Text Example
White with #FE0EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EB8; }
p { color: rgb(254,14,184); }
H1.HeaderClassName
{
color: #FE0EB8;
}
.AnyTagClassName
{
color: #FE0EB8;
}
</style>
background-color css
<style>
a { background-color: #FE0EB8; }
a { background-color: rgb(254,14,184); }
div.DivClassName
{
background-color: #FE0EB8;
}
.BgClassName
{
background-color: #FE0EB8;
}
</style>
border-color css
<style>
span { border-color: #FE0EB8; }
span { border-color: rgb(254,14,184); }
td.TdClassName
{
border-color: #FE0EB8;
}
.TagClassName
{
border-color: #FE0EB8;
}
</style>