Shades of Magenta #FE1FF6
Tints of Magenta #FE1FF6
RGB
CMYK
RGB Variations
Color information
#FE1FF6 (or 0xFE1FF6) is known color: Magenta. HEX triplet: FE, 1F and F6. RGB value is (254,31,246). Sum of RGB (Red+Green+Blue) = 254+31+246=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 31 (12.5% from 255 or 5.84% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FF6 is #01E009. Grayscale: #797979. Windows color (decimal): -122890 or 16130046. OLE color: 16130046.
HSL color Cylindrical-coordinate representation of color #FE1FF6: hue angle of 302.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FF6 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 246 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.00 |
| HSL | 302.15º | 0.99% | 0.56% | - |
| HSV(B) | 302.15º | 0.88% | 1% | - |
| XYZ | 58 | 28.7 | 89.67 | - |
| YUV | 122.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 246 | 0 | 0.88 | 0.03 | 0.00 | 302.15 | 0.99 | 0.56 |
| Hex | FE | 1F | F6 | 0 | 58 | 3 | 0 | 12E | 63 | 38 |
| Octal | 376 | 37 | 366 | 0 | 130 | 3 | 0 | 456 | 143 | 70 |
| Binary | 11111110 | 11111 | 11110110 | 0 | 1011000 | 11 | 0 | 100101110 | 1100011 | 111000 |
Color Harmonies of #FE1FF6
Complementary color
Monochromatic Colors of #FE1FF6
Black with #FE1FF6
Text Example
Text Example
White with #FE1FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FF6; }
p { color: rgb(254,31,246); }
H1.HeaderClassName
{
color: #FE1FF6;
}
.AnyTagClassName
{
color: #FE1FF6;
}
</style>
background-color css
<style>
a { background-color: #FE1FF6; }
a { background-color: rgb(254,31,246); }
div.DivClassName
{
background-color: #FE1FF6;
}
.BgClassName
{
background-color: #FE1FF6;
}
</style>
border-color css
<style>
span { border-color: #FE1FF6; }
span { border-color: rgb(254,31,246); }
td.TdClassName
{
border-color: #FE1FF6;
}
.TagClassName
{
border-color: #FE1FF6;
}
</style>