Shades of Magenta #FE1FF3
Tints of Magenta #FE1FF3
RGB
CMYK
RGB Variations
Color information
#FE1FF3 (or 0xFE1FF3) is known color: Magenta. HEX triplet: FE, 1F and F3. RGB value is (254,31,243). Sum of RGB (Red+Green+Blue) = 254+31+243=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 31 (12.5% from 255 or 5.87% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FF3 is #01E00C. Grayscale: #797979. Windows color (decimal): -122893 or 15933438. OLE color: 15933438.
HSL color Cylindrical-coordinate representation of color #FE1FF3: hue angle of 302.96º 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 #FE1FF3 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 243 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.00 |
| HSL | 302.96º | 0.99% | 0.56% | - |
| HSV(B) | 302.96º | 0.88% | 1% | - |
| XYZ | 57.54 | 28.52 | 87.27 | - |
| YUV | 121.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 243 | 0 | 0.88 | 0.04 | 0.00 | 302.96 | 0.99 | 0.56 |
| Hex | FE | 1F | F3 | 0 | 58 | 4 | 0 | 12F | 63 | 38 |
| Octal | 376 | 37 | 363 | 0 | 130 | 4 | 0 | 457 | 143 | 70 |
| Binary | 11111110 | 11111 | 11110011 | 0 | 1011000 | 100 | 0 | 100101111 | 1100011 | 111000 |
Color Harmonies of #FE1FF3
Complementary color
Monochromatic Colors of #FE1FF3
Black with #FE1FF3
Text Example
Text Example
White with #FE1FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FF3; }
p { color: rgb(254,31,243); }
H1.HeaderClassName
{
color: #FE1FF3;
}
.AnyTagClassName
{
color: #FE1FF3;
}
</style>
background-color css
<style>
a { background-color: #FE1FF3; }
a { background-color: rgb(254,31,243); }
div.DivClassName
{
background-color: #FE1FF3;
}
.BgClassName
{
background-color: #FE1FF3;
}
</style>
border-color css
<style>
span { border-color: #FE1FF3; }
span { border-color: rgb(254,31,243); }
td.TdClassName
{
border-color: #FE1FF3;
}
.TagClassName
{
border-color: #FE1FF3;
}
</style>