Shades of Magenta #FE1AED
Tints of Magenta #FE1AED
RGB
CMYK
RGB Variations
Color information
#FE1AED (or 0xFE1AED) is known color: Magenta. HEX triplet: FE, 1A and ED. RGB value is (254,26,237). Sum of RGB (Red+Green+Blue) = 254+26+237=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 26 (10.55% from 255 or 5.03% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1AED is #01E512. Grayscale: #757575. Windows color (decimal): -124179 or 15538942. OLE color: 15538942.
HSL color Cylindrical-coordinate representation of color #FE1AED: hue angle of 304.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1AED is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 237 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.00 |
| HSL | 304.47º | 0.99% | 0.55% | - |
| HSV(B) | 304.47º | 0.9% | 1% | - |
| XYZ | 56.53 | 27.92 | 82.53 | - |
| YUV | 118.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 237 | 0 | 0.90 | 0.07 | 0.00 | 304.47 | 0.99 | 0.55 |
| Hex | FE | 1A | ED | 0 | 5A | 7 | 0 | 130 | 63 | 37 |
| Octal | 376 | 32 | 355 | 0 | 132 | 7 | 0 | 460 | 143 | 67 |
| Binary | 11111110 | 11010 | 11101101 | 0 | 1011010 | 111 | 0 | 100110000 | 1100011 | 110111 |
Color Harmonies of #FE1AED
Complementary color
Monochromatic Colors of #FE1AED
Black with #FE1AED
Text Example
Text Example
White with #FE1AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1AED; }
p { color: rgb(254,26,237); }
H1.HeaderClassName
{
color: #FE1AED;
}
.AnyTagClassName
{
color: #FE1AED;
}
</style>
background-color css
<style>
a { background-color: #FE1AED; }
a { background-color: rgb(254,26,237); }
div.DivClassName
{
background-color: #FE1AED;
}
.BgClassName
{
background-color: #FE1AED;
}
</style>
border-color css
<style>
span { border-color: #FE1AED; }
span { border-color: rgb(254,26,237); }
td.TdClassName
{
border-color: #FE1AED;
}
.TagClassName
{
border-color: #FE1AED;
}
</style>