Shades of Shocking Pink #FE0EC6
Tints of Shocking Pink #FE0EC6
RGB
CMYK
RGB Variations
Color information
#FE0EC6 (or 0xFE0EC6) is known color: Shocking Pink. HEX triplet: FE, 0E and C6. RGB value is (254,14,198). Sum of RGB (Red+Green+Blue) = 254+14+198=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0EC6 is #01F139. Grayscale: #6A6A6A. Windows color (decimal): -127290 or 12979966. OLE color: 12979966.
HSL color Cylindrical-coordinate representation of color #FE0EC6: hue angle of 314º 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 #FE0EC6 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 198 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.00 |
| HSL | 314º | 0.99% | 0.53% | - |
| HSV(B) | 314º | 0.94% | 1% | - |
| XYZ | 51.22 | 25.46 | 55.64 | - |
| YUV | 106.74 | 179.51 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 198 | 0 | 0.94 | 0.22 | 0.00 | 314 | 0.99 | 0.53 |
| Hex | FE | E | C6 | 0 | 5E | 16 | 0 | 13A | 63 | 35 |
| Octal | 376 | 16 | 306 | 0 | 136 | 26 | 0 | 472 | 143 | 65 |
| Binary | 11111110 | 1110 | 11000110 | 0 | 1011110 | 10110 | 0 | 100111010 | 1100011 | 110101 |
Color Harmonies of #FE0EC6
Complementary color
Monochromatic Colors of #FE0EC6
Black with #FE0EC6
Text Example
Text Example
White with #FE0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EC6; }
p { color: rgb(254,14,198); }
H1.HeaderClassName
{
color: #FE0EC6;
}
.AnyTagClassName
{
color: #FE0EC6;
}
</style>
background-color css
<style>
a { background-color: #FE0EC6; }
a { background-color: rgb(254,14,198); }
div.DivClassName
{
background-color: #FE0EC6;
}
.BgClassName
{
background-color: #FE0EC6;
}
</style>
border-color css
<style>
span { border-color: #FE0EC6; }
span { border-color: rgb(254,14,198); }
td.TdClassName
{
border-color: #FE0EC6;
}
.TagClassName
{
border-color: #FE0EC6;
}
</style>