Shades of Magenta #FE0DEE
Tints of Magenta #FE0DEE
RGB
CMYK
RGB Variations
Color information
#FE0DEE (or 0xFE0DEE) is known color: Magenta. HEX triplet: FE, 0D and EE. RGB value is (254,13,238). Sum of RGB (Red+Green+Blue) = 254+13+238=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0DEE is #01F211. Grayscale: #6E6E6E. Windows color (decimal): -127506 or 15601150. OLE color: 15601150.
HSL color Cylindrical-coordinate representation of color #FE0DEE: hue angle of 303.98º 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 #FE0DEE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 238 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.00 |
| HSL | 303.98º | 0.99% | 0.52% | - |
| HSV(B) | 303.98º | 0.95% | 1% | - |
| XYZ | 56.45 | 27.53 | 83.23 | - |
| YUV | 110.71 | 199.84 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 238 | 0 | 0.95 | 0.06 | 0.00 | 303.98 | 0.99 | 0.52 |
| Hex | FE | D | EE | 0 | 5F | 6 | 0 | 130 | 63 | 34 |
| Octal | 376 | 15 | 356 | 0 | 137 | 6 | 0 | 460 | 143 | 64 |
| Binary | 11111110 | 1101 | 11101110 | 0 | 1011111 | 110 | 0 | 100110000 | 1100011 | 110100 |
Color Harmonies of #FE0DEE
Complementary color
Monochromatic Colors of #FE0DEE
Black with #FE0DEE
Text Example
Text Example
White with #FE0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DEE; }
p { color: rgb(254,13,238); }
H1.HeaderClassName
{
color: #FE0DEE;
}
.AnyTagClassName
{
color: #FE0DEE;
}
</style>
background-color css
<style>
a { background-color: #FE0DEE; }
a { background-color: rgb(254,13,238); }
div.DivClassName
{
background-color: #FE0DEE;
}
.BgClassName
{
background-color: #FE0DEE;
}
</style>
border-color css
<style>
span { border-color: #FE0DEE; }
span { border-color: rgb(254,13,238); }
td.TdClassName
{
border-color: #FE0DEE;
}
.TagClassName
{
border-color: #FE0DEE;
}
</style>