Shades of Magenta #FE2DF7
Tints of Magenta #FE2DF7
RGB
CMYK
RGB Variations
Color information
#FE2DF7 (or 0xFE2DF7) is known color: Magenta. HEX triplet: FE, 2D and F7. RGB value is (254,45,247). Sum of RGB (Red+Green+Blue) = 254+45+247=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 45 (17.97% from 255 or 8.24% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF7 is #01D208. Grayscale: #818181. Windows color (decimal): -119305 or 16199166. OLE color: 16199166.
HSL color Cylindrical-coordinate representation of color #FE2DF7: hue angle of 302.01º 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 #FE2DF7 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 247 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.00 |
| HSL | 302.01º | 0.99% | 0.59% | - |
| HSV(B) | 302.01º | 0.82% | 1% | - |
| XYZ | 58.6 | 29.66 | 90.63 | - |
| YUV | 130.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 247 | 0 | 0.82 | 0.03 | 0.00 | 302.01 | 0.99 | 0.59 |
| Hex | FE | 2D | F7 | 0 | 52 | 3 | 0 | 12E | 63 | 3B |
| Octal | 376 | 55 | 367 | 0 | 122 | 3 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101101 | 11110111 | 0 | 1010010 | 11 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2DF7
Complementary color
Monochromatic Colors of #FE2DF7
Black with #FE2DF7
Text Example
Text Example
White with #FE2DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF7; }
p { color: rgb(254,45,247); }
H1.HeaderClassName
{
color: #FE2DF7;
}
.AnyTagClassName
{
color: #FE2DF7;
}
</style>
background-color css
<style>
a { background-color: #FE2DF7; }
a { background-color: rgb(254,45,247); }
div.DivClassName
{
background-color: #FE2DF7;
}
.BgClassName
{
background-color: #FE2DF7;
}
</style>
border-color css
<style>
span { border-color: #FE2DF7; }
span { border-color: rgb(254,45,247); }
td.TdClassName
{
border-color: #FE2DF7;
}
.TagClassName
{
border-color: #FE2DF7;
}
</style>