Shades of Magenta #FE2DF6
Tints of Magenta #FE2DF6
RGB
CMYK
RGB Variations
Color information
#FE2DF6 (or 0xFE2DF6) is known color: Magenta. HEX triplet: FE, 2D and F6. RGB value is (254,45,246). Sum of RGB (Red+Green+Blue) = 254+45+246=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 45 (17.97% from 255 or 8.26% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DF6 is #01D209. Grayscale: #818181. Windows color (decimal): -119306 or 16133630. OLE color: 16133630.
HSL color Cylindrical-coordinate representation of color #FE2DF6: hue angle of 302.3º 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 #FE2DF6 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 246 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.00 |
| HSL | 302.3º | 0.99% | 0.59% | - |
| HSV(B) | 302.3º | 0.82% | 1% | - |
| XYZ | 58.45 | 29.6 | 89.82 | - |
| YUV | 130.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 246 | 0 | 0.82 | 0.03 | 0.00 | 302.3 | 0.99 | 0.59 |
| Hex | FE | 2D | F6 | 0 | 52 | 3 | 0 | 12E | 63 | 3B |
| Octal | 376 | 55 | 366 | 0 | 122 | 3 | 0 | 456 | 143 | 73 |
| Binary | 11111110 | 101101 | 11110110 | 0 | 1010010 | 11 | 0 | 100101110 | 1100011 | 111011 |
Color Harmonies of #FE2DF6
Complementary color
Monochromatic Colors of #FE2DF6
Black with #FE2DF6
Text Example
Text Example
White with #FE2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DF6; }
p { color: rgb(254,45,246); }
H1.HeaderClassName
{
color: #FE2DF6;
}
.AnyTagClassName
{
color: #FE2DF6;
}
</style>
background-color css
<style>
a { background-color: #FE2DF6; }
a { background-color: rgb(254,45,246); }
div.DivClassName
{
background-color: #FE2DF6;
}
.BgClassName
{
background-color: #FE2DF6;
}
</style>
border-color css
<style>
span { border-color: #FE2DF6; }
span { border-color: rgb(254,45,246); }
td.TdClassName
{
border-color: #FE2DF6;
}
.TagClassName
{
border-color: #FE2DF6;
}
</style>