Shades of Magenta #FE0DE9
Tints of Magenta #FE0DE9
RGB
CMYK
RGB Variations
Color information
#FE0DE9 (or 0xFE0DE9) is known color: Magenta. HEX triplet: FE, 0D and E9. RGB value is (254,13,233). Sum of RGB (Red+Green+Blue) = 254+13+233=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0DE9 is #01F216. Grayscale: #6D6D6D. Windows color (decimal): -127511 or 15273470. OLE color: 15273470.
HSL color Cylindrical-coordinate representation of color #FE0DE9: hue angle of 305.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DE9 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 233 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.00 |
| HSL | 305.23º | 0.99% | 0.52% | - |
| HSV(B) | 305.23º | 0.95% | 1% | - |
| XYZ | 55.72 | 27.24 | 79.41 | - |
| YUV | 110.14 | 197.34 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 233 | 0 | 0.95 | 0.08 | 0.00 | 305.23 | 0.99 | 0.52 |
| Hex | FE | D | E9 | 0 | 5F | 8 | 0 | 131 | 63 | 34 |
| Octal | 376 | 15 | 351 | 0 | 137 | 10 | 0 | 461 | 143 | 64 |
| Binary | 11111110 | 1101 | 11101001 | 0 | 1011111 | 1000 | 0 | 100110001 | 1100011 | 110100 |
Color Harmonies of #FE0DE9
Complementary color
Monochromatic Colors of #FE0DE9
Black with #FE0DE9
Text Example
Text Example
White with #FE0DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DE9; }
p { color: rgb(254,13,233); }
H1.HeaderClassName
{
color: #FE0DE9;
}
.AnyTagClassName
{
color: #FE0DE9;
}
</style>
background-color css
<style>
a { background-color: #FE0DE9; }
a { background-color: rgb(254,13,233); }
div.DivClassName
{
background-color: #FE0DE9;
}
.BgClassName
{
background-color: #FE0DE9;
}
</style>
border-color css
<style>
span { border-color: #FE0DE9; }
span { border-color: rgb(254,13,233); }
td.TdClassName
{
border-color: #FE0DE9;
}
.TagClassName
{
border-color: #FE0DE9;
}
</style>