Shades of Magenta #FE01EF
Tints of Magenta #FE01EF
RGB
CMYK
RGB Variations
Color information
#FE01EF (or 0xFE01EF) is known color: Magenta. HEX triplet: FE, 01 and EF. RGB value is (254,1,239). Sum of RGB (Red+Green+Blue) = 254+1+239=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01EF is #01FE10. Grayscale: #676767. Windows color (decimal): -130577 or 15663614. OLE color: 15663614.
HSL color Cylindrical-coordinate representation of color #FE01EF: hue angle of 303.56º 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 #FE01EF is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 239 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.00 |
| HSL | 303.56º | 0.99% | 0.5% | - |
| HSV(B) | 303.56º | 1% | 1% | - |
| XYZ | 56.46 | 27.32 | 83.96 | - |
| YUV | 103.78 | 204.32 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 239 | 0 | 1.00 | 0.06 | 0.00 | 303.56 | 0.99 | 0.5 |
| Hex | FE | 1 | EF | 0 | 64 | 6 | 0 | 130 | 63 | 32 |
| Octal | 376 | 1 | 357 | 0 | 144 | 6 | 0 | 460 | 143 | 62 |
| Binary | 11111110 | 1 | 11101111 | 0 | 1100100 | 110 | 0 | 100110000 | 1100011 | 110010 |
Color Harmonies of #FE01EF
Complementary color
Monochromatic Colors of #FE01EF
Black with #FE01EF
Text Example
Text Example
White with #FE01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01EF; }
p { color: rgb(254,1,239); }
H1.HeaderClassName
{
color: #FE01EF;
}
.AnyTagClassName
{
color: #FE01EF;
}
</style>
background-color css
<style>
a { background-color: #FE01EF; }
a { background-color: rgb(254,1,239); }
div.DivClassName
{
background-color: #FE01EF;
}
.BgClassName
{
background-color: #FE01EF;
}
</style>
border-color css
<style>
span { border-color: #FE01EF; }
span { border-color: rgb(254,1,239); }
td.TdClassName
{
border-color: #FE01EF;
}
.TagClassName
{
border-color: #FE01EF;
}
</style>