Shades of Magenta #FE2DF9
Tints of Magenta #FE2DF9
RGB
CMYK
RGB Variations
Color information
#FE2DF9 (or 0xFE2DF9) is known color: Magenta. HEX triplet: FE, 2D and F9. RGB value is (254,45,249). Sum of RGB (Red+Green+Blue) = 254+45+249=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 45 (17.97% from 255 or 8.21% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF9 is #01D206. Grayscale: #828282. Windows color (decimal): -119303 or 16330238. OLE color: 16330238.
HSL color Cylindrical-coordinate representation of color #FE2DF9: hue angle of 301.44º 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 #FE2DF9 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 249 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.00 |
| HSL | 301.44º | 0.99% | 0.59% | - |
| HSV(B) | 301.44º | 0.82% | 1% | - |
| XYZ | 58.91 | 29.79 | 92.27 | - |
| YUV | 130.75 | 194.74 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 249 | 0 | 0.82 | 0.02 | 0.00 | 301.44 | 0.99 | 0.59 |
| Hex | FE | 2D | F9 | 0 | 52 | 2 | 0 | 12D | 63 | 3B |
| Octal | 376 | 55 | 371 | 0 | 122 | 2 | 0 | 455 | 143 | 73 |
| Binary | 11111110 | 101101 | 11111001 | 0 | 1010010 | 10 | 0 | 100101101 | 1100011 | 111011 |
Color Harmonies of #FE2DF9
Complementary color
Monochromatic Colors of #FE2DF9
Black with #FE2DF9
Text Example
Text Example
White with #FE2DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF9; }
p { color: rgb(254,45,249); }
H1.HeaderClassName
{
color: #FE2DF9;
}
.AnyTagClassName
{
color: #FE2DF9;
}
</style>
background-color css
<style>
a { background-color: #FE2DF9; }
a { background-color: rgb(254,45,249); }
div.DivClassName
{
background-color: #FE2DF9;
}
.BgClassName
{
background-color: #FE2DF9;
}
</style>
border-color css
<style>
span { border-color: #FE2DF9; }
span { border-color: rgb(254,45,249); }
td.TdClassName
{
border-color: #FE2DF9;
}
.TagClassName
{
border-color: #FE2DF9;
}
</style>