Shades of Magenta #FE0AF9
Tints of Magenta #FE0AF9
RGB
CMYK
RGB Variations
Color information
#FE0AF9 (or 0xFE0AF9) is known color: Magenta. HEX triplet: FE, 0A and F9. RGB value is (254,10,249). Sum of RGB (Red+Green+Blue) = 254+10+249=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 10 (4.30% from 255 or 1.95% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AF9 is #01F506. Grayscale: #6D6D6D. Windows color (decimal): -128263 or 16321278. OLE color: 16321278.
HSL color Cylindrical-coordinate representation of color #FE0AF9: hue angle of 301.23º 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 #FE0AF9 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 249 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.00 |
| HSL | 301.23º | 0.99% | 0.52% | - |
| HSV(B) | 301.23º | 0.96% | 1% | - |
| XYZ | 58.08 | 28.13 | 91.99 | - |
| YUV | 110.2 | 206.34 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 249 | 0 | 0.96 | 0.02 | 0.00 | 301.23 | 0.99 | 0.52 |
| Hex | FE | A | F9 | 0 | 60 | 2 | 0 | 12D | 63 | 34 |
| Octal | 376 | 12 | 371 | 0 | 140 | 2 | 0 | 455 | 143 | 64 |
| Binary | 11111110 | 1010 | 11111001 | 0 | 1100000 | 10 | 0 | 100101101 | 1100011 | 110100 |
Color Harmonies of #FE0AF9
Complementary color
Monochromatic Colors of #FE0AF9
Black with #FE0AF9
Text Example
Text Example
White with #FE0AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AF9; }
p { color: rgb(254,10,249); }
H1.HeaderClassName
{
color: #FE0AF9;
}
.AnyTagClassName
{
color: #FE0AF9;
}
</style>
background-color css
<style>
a { background-color: #FE0AF9; }
a { background-color: rgb(254,10,249); }
div.DivClassName
{
background-color: #FE0AF9;
}
.BgClassName
{
background-color: #FE0AF9;
}
</style>
border-color css
<style>
span { border-color: #FE0AF9; }
span { border-color: rgb(254,10,249); }
td.TdClassName
{
border-color: #FE0AF9;
}
.TagClassName
{
border-color: #FE0AF9;
}
</style>