Shades of Magenta #FE0FF9
Tints of Magenta #FE0FF9
RGB
CMYK
RGB Variations
Color information
#FE0FF9 (or 0xFE0FF9) is known color: Magenta. HEX triplet: FE, 0F and F9. RGB value is (254,15,249). Sum of RGB (Red+Green+Blue) = 254+15+249=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 15 (6.25% from 255 or 2.90% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF9 is #01F006. Grayscale: #707070. Windows color (decimal): -126983 or 16322558. OLE color: 16322558.
HSL color Cylindrical-coordinate representation of color #FE0FF9: hue angle of 301.26º 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 #FE0FF9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 249 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.00 |
| HSL | 301.26º | 0.99% | 0.53% | - |
| HSV(B) | 301.26º | 0.94% | 1% | - |
| XYZ | 58.14 | 28.25 | 92.01 | - |
| YUV | 113.14 | 204.68 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 249 | 0 | 0.94 | 0.02 | 0.00 | 301.26 | 0.99 | 0.53 |
| Hex | FE | F | F9 | 0 | 5E | 2 | 0 | 12D | 63 | 35 |
| Octal | 376 | 17 | 371 | 0 | 136 | 2 | 0 | 455 | 143 | 65 |
| Binary | 11111110 | 1111 | 11111001 | 0 | 1011110 | 10 | 0 | 100101101 | 1100011 | 110101 |
Color Harmonies of #FE0FF9
Complementary color
Monochromatic Colors of #FE0FF9
Black with #FE0FF9
Text Example
Text Example
White with #FE0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FF9; }
p { color: rgb(254,15,249); }
H1.HeaderClassName
{
color: #FE0FF9;
}
.AnyTagClassName
{
color: #FE0FF9;
}
</style>
background-color css
<style>
a { background-color: #FE0FF9; }
a { background-color: rgb(254,15,249); }
div.DivClassName
{
background-color: #FE0FF9;
}
.BgClassName
{
background-color: #FE0FF9;
}
</style>
border-color css
<style>
span { border-color: #FE0FF9; }
span { border-color: rgb(254,15,249); }
td.TdClassName
{
border-color: #FE0FF9;
}
.TagClassName
{
border-color: #FE0FF9;
}
</style>