Shades of Magenta #FE0DED
Tints of Magenta #FE0DED
RGB
CMYK
RGB Variations
Color information
#FE0DED (or 0xFE0DED) is known color: Magenta. HEX triplet: FE, 0D and ED. RGB value is (254,13,237). Sum of RGB (Red+Green+Blue) = 254+13+237=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0DED is #01F212. Grayscale: #6D6D6D. Windows color (decimal): -127507 or 15535614. OLE color: 15535614.
HSL color Cylindrical-coordinate representation of color #FE0DED: hue angle of 304.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 #FE0DED is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 237 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.00 |
| HSL | 304.23º | 0.99% | 0.52% | - |
| HSV(B) | 304.23º | 0.95% | 1% | - |
| XYZ | 56.3 | 27.47 | 82.46 | - |
| YUV | 110.6 | 199.34 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 237 | 0 | 0.95 | 0.07 | 0.00 | 304.23 | 0.99 | 0.52 |
| Hex | FE | D | ED | 0 | 5F | 7 | 0 | 130 | 63 | 34 |
| Octal | 376 | 15 | 355 | 0 | 137 | 7 | 0 | 460 | 143 | 64 |
| Binary | 11111110 | 1101 | 11101101 | 0 | 1011111 | 111 | 0 | 100110000 | 1100011 | 110100 |
Color Harmonies of #FE0DED
Complementary color
Monochromatic Colors of #FE0DED
Black with #FE0DED
Text Example
Text Example
White with #FE0DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DED; }
p { color: rgb(254,13,237); }
H1.HeaderClassName
{
color: #FE0DED;
}
.AnyTagClassName
{
color: #FE0DED;
}
</style>
background-color css
<style>
a { background-color: #FE0DED; }
a { background-color: rgb(254,13,237); }
div.DivClassName
{
background-color: #FE0DED;
}
.BgClassName
{
background-color: #FE0DED;
}
</style>
border-color css
<style>
span { border-color: #FE0DED; }
span { border-color: rgb(254,13,237); }
td.TdClassName
{
border-color: #FE0DED;
}
.TagClassName
{
border-color: #FE0DED;
}
</style>