Shades of Magenta #FE0FE6
Tints of Magenta #FE0FE6
RGB
CMYK
RGB Variations
Color information
#FE0FE6 (or 0xFE0FE6) is known color: Magenta. HEX triplet: FE, 0F and E6. RGB value is (254,15,230). Sum of RGB (Red+Green+Blue) = 254+15+230=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FE6 is #01F019. Grayscale: #6E6E6E. Windows color (decimal): -127002 or 15077374. OLE color: 15077374.
HSL color Cylindrical-coordinate representation of color #FE0FE6: hue angle of 306.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FE6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 230 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.00 |
| HSL | 306.03º | 0.99% | 0.53% | - |
| HSV(B) | 306.03º | 0.94% | 1% | - |
| XYZ | 55.33 | 27.13 | 77.18 | - |
| YUV | 110.97 | 195.18 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 230 | 0 | 0.94 | 0.09 | 0.00 | 306.03 | 0.99 | 0.53 |
| Hex | FE | F | E6 | 0 | 5E | 9 | 0 | 132 | 63 | 35 |
| Octal | 376 | 17 | 346 | 0 | 136 | 11 | 0 | 462 | 143 | 65 |
| Binary | 11111110 | 1111 | 11100110 | 0 | 1011110 | 1001 | 0 | 100110010 | 1100011 | 110101 |
Color Harmonies of #FE0FE6
Complementary color
Monochromatic Colors of #FE0FE6
Black with #FE0FE6
Text Example
Text Example
White with #FE0FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FE6; }
p { color: rgb(254,15,230); }
H1.HeaderClassName
{
color: #FE0FE6;
}
.AnyTagClassName
{
color: #FE0FE6;
}
</style>
background-color css
<style>
a { background-color: #FE0FE6; }
a { background-color: rgb(254,15,230); }
div.DivClassName
{
background-color: #FE0FE6;
}
.BgClassName
{
background-color: #FE0FE6;
}
</style>
border-color css
<style>
span { border-color: #FE0FE6; }
span { border-color: rgb(254,15,230); }
td.TdClassName
{
border-color: #FE0FE6;
}
.TagClassName
{
border-color: #FE0FE6;
}
</style>