Shades of Magenta #FE01EB
Tints of Magenta #FE01EB
RGB
CMYK
RGB Variations
Color information
#FE01EB (or 0xFE01EB) is known color: Magenta. HEX triplet: FE, 01 and EB. RGB value is (254,1,235). Sum of RGB (Red+Green+Blue) = 254+1+235=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01EB is #01FE14. Grayscale: #666666. Windows color (decimal): -130581 or 15401470. OLE color: 15401470.
HSL color Cylindrical-coordinate representation of color #FE01EB: hue angle of 304.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01EB is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 235 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.00 |
| HSL | 304.51º | 0.99% | 0.5% | - |
| HSV(B) | 304.51º | 1% | 1% | - |
| XYZ | 55.88 | 27.09 | 80.88 | - |
| YUV | 103.32 | 202.32 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 235 | 0 | 1.00 | 0.07 | 0.00 | 304.51 | 0.99 | 0.5 |
| Hex | FE | 1 | EB | 0 | 64 | 7 | 0 | 131 | 63 | 32 |
| Octal | 376 | 1 | 353 | 0 | 144 | 7 | 0 | 461 | 143 | 62 |
| Binary | 11111110 | 1 | 11101011 | 0 | 1100100 | 111 | 0 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FE01EB
Complementary color
Monochromatic Colors of #FE01EB
Black with #FE01EB
Text Example
Text Example
White with #FE01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01EB; }
p { color: rgb(254,1,235); }
H1.HeaderClassName
{
color: #FE01EB;
}
.AnyTagClassName
{
color: #FE01EB;
}
</style>
background-color css
<style>
a { background-color: #FE01EB; }
a { background-color: rgb(254,1,235); }
div.DivClassName
{
background-color: #FE01EB;
}
.BgClassName
{
background-color: #FE01EB;
}
</style>
border-color css
<style>
span { border-color: #FE01EB; }
span { border-color: rgb(254,1,235); }
td.TdClassName
{
border-color: #FE01EB;
}
.TagClassName
{
border-color: #FE01EB;
}
</style>