Shades of Magenta #FE2DFA
Tints of Magenta #FE2DFA
RGB
CMYK
RGB Variations
Color information
#FE2DFA (or 0xFE2DFA) is known color: Magenta. HEX triplet: FE, 2D and FA. RGB value is (254,45,250). Sum of RGB (Red+Green+Blue) = 254+45+250=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 45 (17.97% from 255 or 8.20% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DFA is #01D205. Grayscale: #828282. Windows color (decimal): -119302 or 16395774. OLE color: 16395774.
HSL color Cylindrical-coordinate representation of color #FE2DFA: hue angle of 301.15º 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 #FE2DFA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 250 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.00 |
| HSL | 301.15º | 0.99% | 0.59% | - |
| HSV(B) | 301.15º | 0.82% | 1% | - |
| XYZ | 59.07 | 29.85 | 93.09 | - |
| YUV | 130.86 | 195.24 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 250 | 0 | 0.82 | 0.02 | 0.00 | 301.15 | 0.99 | 0.59 |
| Hex | FE | 2D | FA | 0 | 52 | 2 | 0 | 12D | 63 | 3B |
| Octal | 376 | 55 | 372 | 0 | 122 | 2 | 0 | 455 | 143 | 73 |
| Binary | 11111110 | 101101 | 11111010 | 0 | 1010010 | 10 | 0 | 100101101 | 1100011 | 111011 |
Color Harmonies of #FE2DFA
Complementary color
Monochromatic Colors of #FE2DFA
Black with #FE2DFA
Text Example
Text Example
White with #FE2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DFA; }
p { color: rgb(254,45,250); }
H1.HeaderClassName
{
color: #FE2DFA;
}
.AnyTagClassName
{
color: #FE2DFA;
}
</style>
background-color css
<style>
a { background-color: #FE2DFA; }
a { background-color: rgb(254,45,250); }
div.DivClassName
{
background-color: #FE2DFA;
}
.BgClassName
{
background-color: #FE2DFA;
}
</style>
border-color css
<style>
span { border-color: #FE2DFA; }
span { border-color: rgb(254,45,250); }
td.TdClassName
{
border-color: #FE2DFA;
}
.TagClassName
{
border-color: #FE2DFA;
}
</style>