Shades of Magenta #FE2EFE
Tints of Magenta #FE2EFE
RGB
CMYK
RGB Variations
Color information
#FE2EFE (or 0xFE2EFE) is known color: Magenta. HEX triplet: FE, 2E and FE. RGB value is (254,46,254). Sum of RGB (Red+Green+Blue) = 254+46+254=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EFE is #01D101. Grayscale: #838383. Windows color (decimal): -119042 or 16658174. OLE color: 16658174.
HSL color Cylindrical-coordinate representation of color #FE2EFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2EFE is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 254 | - |
| CMYK | 0 | 0.82 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.59% | - |
| HSV(B) | 300º | 0.82% | 1% | - |
| XYZ | 59.74 | 30.18 | 96.44 | - |
| YUV | 131.9 | 196.91 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 254 | 0 | 0.82 | 0 | 0.00 | 300 | 0.99 | 0.59 |
| Hex | FE | 2E | FE | 0 | 52 | 0 | 0 | 12C | 63 | 3B |
| Octal | 376 | 56 | 376 | 0 | 122 | 0 | 0 | 454 | 143 | 73 |
| Binary | 11111110 | 101110 | 11111110 | 0 | 1010010 | 0 | 0 | 100101100 | 1100011 | 111011 |
Color Harmonies of #FE2EFE
Complementary color
Monochromatic Colors of #FE2EFE
Black with #FE2EFE
Text Example
Text Example
White with #FE2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EFE; }
p { color: rgb(254,46,254); }
H1.HeaderClassName
{
color: #FE2EFE;
}
.AnyTagClassName
{
color: #FE2EFE;
}
</style>
background-color css
<style>
a { background-color: #FE2EFE; }
a { background-color: rgb(254,46,254); }
div.DivClassName
{
background-color: #FE2EFE;
}
.BgClassName
{
background-color: #FE2EFE;
}
</style>
border-color css
<style>
span { border-color: #FE2EFE; }
span { border-color: rgb(254,46,254); }
td.TdClassName
{
border-color: #FE2EFE;
}
.TagClassName
{
border-color: #FE2EFE;
}
</style>