Shades of Deep Pink #FE0E8E
Tints of Deep Pink #FE0E8E
RGB
CMYK
RGB Variations
Color information
#FE0E8E (or 0xFE0E8E) is known color: Deep Pink. HEX triplet: FE, 0E and 8E. RGB value is (254,14,142). Sum of RGB (Red+Green+Blue) = 254+14+142=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E8E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0E8E is #01F171. Grayscale: #646464. Windows color (decimal): -127346 or 9309950. OLE color: 9309950.
HSL color Cylindrical-coordinate representation of color #FE0E8E: hue angle of 328º 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 #FE0E8E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 142 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.00 |
| HSL | 328º | 0.99% | 0.53% | - |
| HSV(B) | 328º | 0.94% | 1% | - |
| XYZ | 45.91 | 23.34 | 27.68 | - |
| YUV | 100.35 | 151.51 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 142 | 0 | 0.94 | 0.44 | 0.00 | 328 | 0.99 | 0.53 |
| Hex | FE | E | 8E | 0 | 5E | 2C | 0 | 148 | 63 | 35 |
| Octal | 376 | 16 | 216 | 0 | 136 | 54 | 0 | 510 | 143 | 65 |
| Binary | 11111110 | 1110 | 10001110 | 0 | 1011110 | 101100 | 0 | 101001000 | 1100011 | 110101 |
Color Harmonies of #FE0E8E
Complementary color
Monochromatic Colors of #FE0E8E
Black with #FE0E8E
Text Example
Text Example
White with #FE0E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E8E; }
p { color: rgb(254,14,142); }
H1.HeaderClassName
{
color: #FE0E8E;
}
.AnyTagClassName
{
color: #FE0E8E;
}
</style>
background-color css
<style>
a { background-color: #FE0E8E; }
a { background-color: rgb(254,14,142); }
div.DivClassName
{
background-color: #FE0E8E;
}
.BgClassName
{
background-color: #FE0E8E;
}
</style>
border-color css
<style>
span { border-color: #FE0E8E; }
span { border-color: rgb(254,14,142); }
td.TdClassName
{
border-color: #FE0E8E;
}
.TagClassName
{
border-color: #FE0E8E;
}
</style>