Shades of Magenta #FE0AF6
Tints of Magenta #FE0AF6
RGB
CMYK
RGB Variations
Color information
#FE0AF6 (or 0xFE0AF6) is known color: Magenta. HEX triplet: FE, 0A and F6. RGB value is (254,10,246). Sum of RGB (Red+Green+Blue) = 254+10+246=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 10 (4.30% from 255 or 1.96% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF6 is #01F509. Grayscale: #6D6D6D. Windows color (decimal): -128266 or 16124670. OLE color: 16124670.
HSL color Cylindrical-coordinate representation of color #FE0AF6: hue angle of 301.97º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AF6 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 246 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.00 |
| HSL | 301.97º | 0.99% | 0.52% | - |
| HSV(B) | 301.97º | 0.96% | 1% | - |
| XYZ | 57.62 | 27.94 | 89.55 | - |
| YUV | 109.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 246 | 0 | 0.96 | 0.03 | 0.00 | 301.97 | 0.99 | 0.52 |
| Hex | FE | A | F6 | 0 | 60 | 3 | 0 | 12E | 63 | 34 |
| Octal | 376 | 12 | 366 | 0 | 140 | 3 | 0 | 456 | 143 | 64 |
| Binary | 11111110 | 1010 | 11110110 | 0 | 1100000 | 11 | 0 | 100101110 | 1100011 | 110100 |
Color Harmonies of #FE0AF6
Complementary color
Monochromatic Colors of #FE0AF6
Black with #FE0AF6
Text Example
Text Example
White with #FE0AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AF6; }
p { color: rgb(254,10,246); }
H1.HeaderClassName
{
color: #FE0AF6;
}
.AnyTagClassName
{
color: #FE0AF6;
}
</style>
background-color css
<style>
a { background-color: #FE0AF6; }
a { background-color: rgb(254,10,246); }
div.DivClassName
{
background-color: #FE0AF6;
}
.BgClassName
{
background-color: #FE0AF6;
}
</style>
border-color css
<style>
span { border-color: #FE0AF6; }
span { border-color: rgb(254,10,246); }
td.TdClassName
{
border-color: #FE0AF6;
}
.TagClassName
{
border-color: #FE0AF6;
}
</style>