Shades of Deep Pink #FE0E7E
Tints of Deep Pink #FE0E7E
RGB
CMYK
RGB Variations
Color information
#FE0E7E (or 0xFE0E7E) is known color: Deep Pink. HEX triplet: FE, 0E and 7E. RGB value is (254,14,126). Sum of RGB (Red+Green+Blue) = 254+14+126=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E7E is #01F181. Grayscale: #626262. Windows color (decimal): -127362 or 8261374. OLE color: 8261374.
HSL color Cylindrical-coordinate representation of color #FE0E7E: hue angle of 332º 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 #FE0E7E is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 126 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.00 |
| HSL | 332º | 0.99% | 0.53% | - |
| HSV(B) | 332º | 0.94% | 1% | - |
| XYZ | 44.8 | 22.89 | 21.8 | - |
| YUV | 98.53 | 143.51 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 126 | 0 | 0.94 | 0.50 | 0.00 | 332 | 0.99 | 0.53 |
| Hex | FE | E | 7E | 0 | 5E | 32 | 0 | 14C | 63 | 35 |
| Octal | 376 | 16 | 176 | 0 | 136 | 62 | 0 | 514 | 143 | 65 |
| Binary | 11111110 | 1110 | 1111110 | 0 | 1011110 | 110010 | 0 | 101001100 | 1100011 | 110101 |
Color Harmonies of #FE0E7E
Complementary color
Monochromatic Colors of #FE0E7E
Black with #FE0E7E
Text Example
Text Example
White with #FE0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E7E; }
p { color: rgb(254,14,126); }
H1.HeaderClassName
{
color: #FE0E7E;
}
.AnyTagClassName
{
color: #FE0E7E;
}
</style>
background-color css
<style>
a { background-color: #FE0E7E; }
a { background-color: rgb(254,14,126); }
div.DivClassName
{
background-color: #FE0E7E;
}
.BgClassName
{
background-color: #FE0E7E;
}
</style>
border-color css
<style>
span { border-color: #FE0E7E; }
span { border-color: rgb(254,14,126); }
td.TdClassName
{
border-color: #FE0E7E;
}
.TagClassName
{
border-color: #FE0E7E;
}
</style>