Shades of Magenta #FE1FFF
Tints of Magenta #FE1FFF
RGB
CMYK
RGB Variations
Color information
#FE1FFF (or 0xFE1FFF) is known color: Magenta. HEX triplet: FE, 1F and FF. RGB value is (254,31,255). Sum of RGB (Red+Green+Blue) = 254+31+255=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 31 (12.5% from 255 or 5.74% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE1FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FFF is #01E000. Grayscale: #7A7A7A. Windows color (decimal): -122881 or 16719870. OLE color: 16719870.
HSL color Cylindrical-coordinate representation of color #FE1FFF: hue angle of 299.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FFF is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 31 | 255 | - |
| CMYK | 0.00 | 0.88 | 0 | 0 |
| HSL | 299.73º | 1% | 0.56% | - |
| HSV(B) | 299.73º | 0.88% | 1% | - |
| XYZ | 59.41 | 29.27 | 97.13 | - |
| YUV | 123.21 | 202.38 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 255 | 0.00 | 0.88 | 0 | 0 | 299.73 | 1 | 0.56 |
| Hex | FE | 1F | FF | 0 | 58 | 0 | 0 | 12C | 64 | 38 |
| Octal | 376 | 37 | 377 | 0 | 130 | 0 | 0 | 454 | 144 | 70 |
| Binary | 11111110 | 11111 | 11111111 | 0 | 1011000 | 0 | 0 | 100101100 | 1100100 | 111000 |
Color Harmonies of #FE1FFF
Complementary color
Monochromatic Colors of #FE1FFF
Black with #FE1FFF
Text Example
Text Example
White with #FE1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FFF; }
p { color: rgb(254,31,255); }
H1.HeaderClassName
{
color: #FE1FFF;
}
.AnyTagClassName
{
color: #FE1FFF;
}
</style>
background-color css
<style>
a { background-color: #FE1FFF; }
a { background-color: rgb(254,31,255); }
div.DivClassName
{
background-color: #FE1FFF;
}
.BgClassName
{
background-color: #FE1FFF;
}
</style>
border-color css
<style>
span { border-color: #FE1FFF; }
span { border-color: rgb(254,31,255); }
td.TdClassName
{
border-color: #FE1FFF;
}
.TagClassName
{
border-color: #FE1FFF;
}
</style>