Shades of Magenta #FE2EF7
Tints of Magenta #FE2EF7
RGB
CMYK
RGB Variations
Color information
#FE2EF7 (or 0xFE2EF7) is known color: Magenta. HEX triplet: FE, 2E and F7. RGB value is (254,46,247). Sum of RGB (Red+Green+Blue) = 254+46+247=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 46 (18.36% from 255 or 8.41% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2EF7 is #01D108. Grayscale: #828282. Windows color (decimal): -119049 or 16199422. OLE color: 16199422.
HSL color Cylindrical-coordinate representation of color #FE2EF7: hue angle of 302.02º 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 #FE2EF7 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 247 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.00 |
| HSL | 302.02º | 0.99% | 0.59% | - |
| HSV(B) | 302.02º | 0.82% | 1% | - |
| XYZ | 58.64 | 29.74 | 90.65 | - |
| YUV | 131.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 247 | 0 | 0.82 | 0.03 | 0.00 | 302.02 | 0.99 | 0.59 |
| Hex | FE | 2E | F7 | 0 | 52 | 3 | 0 | 12E | 63 | 3B |
| Octal | 376 | 56 | 367 | 0 | 122 | 3 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101110 | 11110111 | 0 | 1010010 | 11 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2EF7
Complementary color
Monochromatic Colors of #FE2EF7
Black with #FE2EF7
Text Example
Text Example
White with #FE2EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2EF7; }
p { color: rgb(254,46,247); }
H1.HeaderClassName
{
color: #FE2EF7;
}
.AnyTagClassName
{
color: #FE2EF7;
}
</style>
background-color css
<style>
a { background-color: #FE2EF7; }
a { background-color: rgb(254,46,247); }
div.DivClassName
{
background-color: #FE2EF7;
}
.BgClassName
{
background-color: #FE2EF7;
}
</style>
border-color css
<style>
span { border-color: #FE2EF7; }
span { border-color: rgb(254,46,247); }
td.TdClassName
{
border-color: #FE2EF7;
}
.TagClassName
{
border-color: #FE2EF7;
}
</style>