Shades of Magenta #FE01ED
Tints of Magenta #FE01ED
RGB
CMYK
RGB Variations
Color information
#FE01ED (or 0xFE01ED) is known color: Magenta. HEX triplet: FE, 01 and ED. RGB value is (254,1,237). Sum of RGB (Red+Green+Blue) = 254+1+237=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01ED is #01FE12. Grayscale: #666666. Windows color (decimal): -130579 or 15532542. OLE color: 15532542.
HSL color Cylindrical-coordinate representation of color #FE01ED: hue angle of 304.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01ED is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.00 |
| HSL | 304.03º | 0.99% | 0.5% | - |
| HSV(B) | 304.03º | 1% | 1% | - |
| XYZ | 56.17 | 27.21 | 82.41 | - |
| YUV | 103.55 | 203.32 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 237 | 0 | 1.00 | 0.07 | 0.00 | 304.03 | 0.99 | 0.5 |
| Hex | FE | 1 | ED | 0 | 64 | 7 | 0 | 130 | 63 | 32 |
| Octal | 376 | 1 | 355 | 0 | 144 | 7 | 0 | 460 | 143 | 62 |
| Binary | 11111110 | 1 | 11101101 | 0 | 1100100 | 111 | 0 | 100110000 | 1100011 | 110010 |
Color Harmonies of #FE01ED
Complementary color
Monochromatic Colors of #FE01ED
Black with #FE01ED
Text Example
Text Example
White with #FE01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01ED; }
p { color: rgb(254,1,237); }
H1.HeaderClassName
{
color: #FE01ED;
}
.AnyTagClassName
{
color: #FE01ED;
}
</style>
background-color css
<style>
a { background-color: #FE01ED; }
a { background-color: rgb(254,1,237); }
div.DivClassName
{
background-color: #FE01ED;
}
.BgClassName
{
background-color: #FE01ED;
}
</style>
border-color css
<style>
span { border-color: #FE01ED; }
span { border-color: rgb(254,1,237); }
td.TdClassName
{
border-color: #FE01ED;
}
.TagClassName
{
border-color: #FE01ED;
}
</style>