Shades of Magenta #FE1EFB
Tints of Magenta #FE1EFB
RGB
CMYK
RGB Variations
Color information
#FE1EFB (or 0xFE1EFB) is known color: Magenta. HEX triplet: FE, 1E and FB. RGB value is (254,30,251). Sum of RGB (Red+Green+Blue) = 254+30+251=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 30 (12.11% from 255 or 5.61% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EFB is #01E104. Grayscale: #797979. Windows color (decimal): -123141 or 16457470. OLE color: 16457470.
HSL color Cylindrical-coordinate representation of color #FE1EFB: hue angle of 300.8º 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 #FE1EFB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 251 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.00 |
| HSL | 300.8º | 0.99% | 0.56% | - |
| HSV(B) | 300.8º | 0.88% | 1% | - |
| XYZ | 58.75 | 28.96 | 93.76 | - |
| YUV | 122.17 | 200.71 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 251 | 0 | 0.88 | 0.01 | 0.00 | 300.8 | 0.99 | 0.56 |
| Hex | FE | 1E | FB | 0 | 58 | 1 | 0 | 12D | 63 | 38 |
| Octal | 376 | 36 | 373 | 0 | 130 | 1 | 0 | 455 | 143 | 70 |
| Binary | 11111110 | 11110 | 11111011 | 0 | 1011000 | 1 | 0 | 100101101 | 1100011 | 111000 |
Color Harmonies of #FE1EFB
Complementary color
Monochromatic Colors of #FE1EFB
Black with #FE1EFB
Text Example
Text Example
White with #FE1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EFB; }
p { color: rgb(254,30,251); }
H1.HeaderClassName
{
color: #FE1EFB;
}
.AnyTagClassName
{
color: #FE1EFB;
}
</style>
background-color css
<style>
a { background-color: #FE1EFB; }
a { background-color: rgb(254,30,251); }
div.DivClassName
{
background-color: #FE1EFB;
}
.BgClassName
{
background-color: #FE1EFB;
}
</style>
border-color css
<style>
span { border-color: #FE1EFB; }
span { border-color: rgb(254,30,251); }
td.TdClassName
{
border-color: #FE1EFB;
}
.TagClassName
{
border-color: #FE1EFB;
}
</style>