Shades of Shocking Pink #FE0EBC
Tints of Shocking Pink #FE0EBC
RGB
CMYK
RGB Variations
Color information
#FE0EBC (or 0xFE0EBC) is known color: Shocking Pink. HEX triplet: FE, 0E and BC. RGB value is (254,14,188). Sum of RGB (Red+Green+Blue) = 254+14+188=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EBC is #01F143. Grayscale: #696969. Windows color (decimal): -127300 or 12324606. OLE color: 12324606.
HSL color Cylindrical-coordinate representation of color #FE0EBC: hue angle of 316.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 #FE0EBC is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 188 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.00 |
| HSL | 316.5º | 0.99% | 0.53% | - |
| HSV(B) | 316.5º | 0.94% | 1% | - |
| XYZ | 50.11 | 25.02 | 49.76 | - |
| YUV | 105.6 | 174.51 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 188 | 0 | 0.94 | 0.26 | 0.00 | 316.5 | 0.99 | 0.53 |
| Hex | FE | E | BC | 0 | 5E | 1A | 0 | 13C | 63 | 35 |
| Octal | 376 | 16 | 274 | 0 | 136 | 32 | 0 | 474 | 143 | 65 |
| Binary | 11111110 | 1110 | 10111100 | 0 | 1011110 | 11010 | 0 | 100111100 | 1100011 | 110101 |
Color Harmonies of #FE0EBC
Complementary color
Monochromatic Colors of #FE0EBC
Black with #FE0EBC
Text Example
Text Example
White with #FE0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EBC; }
p { color: rgb(254,14,188); }
H1.HeaderClassName
{
color: #FE0EBC;
}
.AnyTagClassName
{
color: #FE0EBC;
}
</style>
background-color css
<style>
a { background-color: #FE0EBC; }
a { background-color: rgb(254,14,188); }
div.DivClassName
{
background-color: #FE0EBC;
}
.BgClassName
{
background-color: #FE0EBC;
}
</style>
border-color css
<style>
span { border-color: #FE0EBC; }
span { border-color: rgb(254,14,188); }
td.TdClassName
{
border-color: #FE0EBC;
}
.TagClassName
{
border-color: #FE0EBC;
}
</style>