Shades of Magenta #FE0AFC
Tints of Magenta #FE0AFC
RGB
CMYK
RGB Variations
Color information
#FE0AFC (or 0xFE0AFC) is known color: Magenta. HEX triplet: FE, 0A and FC. RGB value is (254,10,252). Sum of RGB (Red+Green+Blue) = 254+10+252=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 10 (4.30% from 255 or 1.94% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0AFC is #01F503. Grayscale: #6D6D6D. Windows color (decimal): -128260 or 16517886. OLE color: 16517886.
HSL color Cylindrical-coordinate representation of color #FE0AFC: hue angle of 300.49º 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 #FE0AFC is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 252 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.00 |
| HSL | 300.49º | 0.99% | 0.52% | - |
| HSV(B) | 300.49º | 0.96% | 1% | - |
| XYZ | 58.55 | 28.32 | 94.47 | - |
| YUV | 110.54 | 207.84 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 252 | 0 | 0.96 | 0.01 | 0.00 | 300.49 | 0.99 | 0.52 |
| Hex | FE | A | FC | 0 | 60 | 1 | 0 | 12C | 63 | 34 |
| Octal | 376 | 12 | 374 | 0 | 140 | 1 | 0 | 454 | 143 | 64 |
| Binary | 11111110 | 1010 | 11111100 | 0 | 1100000 | 1 | 0 | 100101100 | 1100011 | 110100 |
Color Harmonies of #FE0AFC
Complementary color
Monochromatic Colors of #FE0AFC
Black with #FE0AFC
Text Example
Text Example
White with #FE0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0AFC; }
p { color: rgb(254,10,252); }
H1.HeaderClassName
{
color: #FE0AFC;
}
.AnyTagClassName
{
color: #FE0AFC;
}
</style>
background-color css
<style>
a { background-color: #FE0AFC; }
a { background-color: rgb(254,10,252); }
div.DivClassName
{
background-color: #FE0AFC;
}
.BgClassName
{
background-color: #FE0AFC;
}
</style>
border-color css
<style>
span { border-color: #FE0AFC; }
span { border-color: rgb(254,10,252); }
td.TdClassName
{
border-color: #FE0AFC;
}
.TagClassName
{
border-color: #FE0AFC;
}
</style>