Shades of Magenta #FE0FF1
Tints of Magenta #FE0FF1
RGB
CMYK
RGB Variations
Color information
#FE0FF1 (or 0xFE0FF1) is known color: Magenta. HEX triplet: FE, 0F and F1. RGB value is (254,15,241). Sum of RGB (Red+Green+Blue) = 254+15+241=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0FF1 is #01F00E. Grayscale: #6F6F6F. Windows color (decimal): -126991 or 15798270. OLE color: 15798270.
HSL color Cylindrical-coordinate representation of color #FE0FF1: hue angle of 303.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 #FE0FF1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 241 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.00 |
| HSL | 303.26º | 0.99% | 0.53% | - |
| HSV(B) | 303.26º | 0.94% | 1% | - |
| XYZ | 56.92 | 27.76 | 85.58 | - |
| YUV | 112.23 | 200.68 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 241 | 0 | 0.94 | 0.05 | 0.00 | 303.26 | 0.99 | 0.53 |
| Hex | FE | F | F1 | 0 | 5E | 5 | 0 | 12F | 63 | 35 |
| Octal | 376 | 17 | 361 | 0 | 136 | 5 | 0 | 457 | 143 | 65 |
| Binary | 11111110 | 1111 | 11110001 | 0 | 1011110 | 101 | 0 | 100101111 | 1100011 | 110101 |
Color Harmonies of #FE0FF1
Complementary color
Monochromatic Colors of #FE0FF1
Black with #FE0FF1
Text Example
Text Example
White with #FE0FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FF1; }
p { color: rgb(254,15,241); }
H1.HeaderClassName
{
color: #FE0FF1;
}
.AnyTagClassName
{
color: #FE0FF1;
}
</style>
background-color css
<style>
a { background-color: #FE0FF1; }
a { background-color: rgb(254,15,241); }
div.DivClassName
{
background-color: #FE0FF1;
}
.BgClassName
{
background-color: #FE0FF1;
}
</style>
border-color css
<style>
span { border-color: #FE0FF1; }
span { border-color: rgb(254,15,241); }
td.TdClassName
{
border-color: #FE0FF1;
}
.TagClassName
{
border-color: #FE0FF1;
}
</style>