Shades of Magenta #FF2EFE
Tints of Magenta #FF2EFE
RGB
CMYK
RGB Variations
Color information
#FF2EFE (or 0xFF2EFE) is known color: Magenta. HEX triplet: FF, 2E and FE. RGB value is (255,46,254). Sum of RGB (Red+Green+Blue) = 255+46+254=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 46 (18.36% from 255 or 8.29% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EFE is #00D101. Grayscale: #838383. Windows color (decimal): -53506 or 16658175. OLE color: 16658175.
HSL color Cylindrical-coordinate representation of color #FF2EFE: hue angle of 300.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EFE is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 254 | - |
| CMYK | 0 | 0.82 | 0.00 | 0 |
| HSL | 300.29º | 1% | 0.59% | - |
| HSV(B) | 300.29º | 0.82% | 1% | - |
| XYZ | 60.11 | 30.37 | 96.46 | - |
| YUV | 132.2 | 196.74 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 254 | 0 | 0.82 | 0.00 | 0 | 300.29 | 1 | 0.59 |
| Hex | FF | 2E | FE | 0 | 52 | 0 | 0 | 12C | 64 | 3B |
| Octal | 377 | 56 | 376 | 0 | 122 | 0 | 0 | 454 | 144 | 73 |
| Binary | 11111111 | 101110 | 11111110 | 0 | 1010010 | 0 | 0 | 100101100 | 1100100 | 111011 |
Color Harmonies of #FF2EFE
Complementary color
Monochromatic Colors of #FF2EFE
Black with #FF2EFE
Text Example
Text Example
White with #FF2EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EFE; }
p { color: rgb(255,46,254); }
H1.HeaderClassName
{
color: #FF2EFE;
}
.AnyTagClassName
{
color: #FF2EFE;
}
</style>
background-color css
<style>
a { background-color: #FF2EFE; }
a { background-color: rgb(255,46,254); }
div.DivClassName
{
background-color: #FF2EFE;
}
.BgClassName
{
background-color: #FF2EFE;
}
</style>
border-color css
<style>
span { border-color: #FF2EFE; }
span { border-color: rgb(255,46,254); }
td.TdClassName
{
border-color: #FF2EFE;
}
.TagClassName
{
border-color: #FF2EFE;
}
</style>