Shades of Magenta #FE0FFF
Tints of Magenta #FE0FFF
RGB
CMYK
RGB Variations
Color information
#FE0FFF (or 0xFE0FFF) is known color: Magenta. HEX triplet: FE, 0F and FF. RGB value is (254,15,255). Sum of RGB (Red+Green+Blue) = 254+15+255=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 15 (6.25% from 255 or 2.86% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FFF is #01F000. Grayscale: #717171. Windows color (decimal): -126977 or 16715774. OLE color: 16715774.
HSL color Cylindrical-coordinate representation of color #FE0FFF: hue angle of 299.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FFF is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 15 | 255 | - |
| CMYK | 0.00 | 0.94 | 0 | 0 |
| HSL | 299.75º | 1% | 0.53% | - |
| HSV(B) | 299.75º | 0.94% | 1% | - |
| XYZ | 59.09 | 28.63 | 97.02 | - |
| YUV | 113.82 | 207.68 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 255 | 0.00 | 0.94 | 0 | 0 | 299.75 | 1 | 0.53 |
| Hex | FE | F | FF | 0 | 5E | 0 | 0 | 12C | 64 | 35 |
| Octal | 376 | 17 | 377 | 0 | 136 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111110 | 1111 | 11111111 | 0 | 1011110 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FE0FFF
Complementary color
Monochromatic Colors of #FE0FFF
Black with #FE0FFF
Text Example
Text Example
White with #FE0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FFF; }
p { color: rgb(254,15,255); }
H1.HeaderClassName
{
color: #FE0FFF;
}
.AnyTagClassName
{
color: #FE0FFF;
}
</style>
background-color css
<style>
a { background-color: #FE0FFF; }
a { background-color: rgb(254,15,255); }
div.DivClassName
{
background-color: #FE0FFF;
}
.BgClassName
{
background-color: #FE0FFF;
}
</style>
border-color css
<style>
span { border-color: #FE0FFF; }
span { border-color: rgb(254,15,255); }
td.TdClassName
{
border-color: #FE0FFF;
}
.TagClassName
{
border-color: #FE0FFF;
}
</style>