Shades of Magenta #FF1EF1
Tints of Magenta #FF1EF1
RGB
CMYK
RGB Variations
Color information
#FF1EF1 (or 0xFF1EF1) is known color: Magenta. HEX triplet: FF, 1E and F1. RGB value is (255,30,241). Sum of RGB (Red+Green+Blue) = 255+30+241=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EF1 is #00E10E. Grayscale: #787878. Windows color (decimal): -57615 or 15802111. OLE color: 15802111.
HSL color Cylindrical-coordinate representation of color #FF1EF1: hue angle of 303.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 #FF1EF1 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 241 | - |
| CMYK | 0 | 0.88 | 0.05 | 0 |
| HSL | 303.73º | 1% | 0.56% | - |
| HSV(B) | 303.73º | 0.88% | 1% | - |
| XYZ | 57.58 | 28.54 | 85.69 | - |
| YUV | 121.33 | 195.54 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 241 | 0 | 0.88 | 0.05 | 0 | 303.73 | 1 | 0.56 |
| Hex | FF | 1E | F1 | 0 | 58 | 5 | 0 | 130 | 64 | 38 |
| Octal | 377 | 36 | 361 | 0 | 130 | 5 | 0 | 460 | 144 | 70 |
| Binary | 11111111 | 11110 | 11110001 | 0 | 1011000 | 101 | 0 | 100110000 | 1100100 | 111000 |
Color Harmonies of #FF1EF1
Complementary color
Monochromatic Colors of #FF1EF1
Black with #FF1EF1
Text Example
Text Example
White with #FF1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EF1; }
p { color: rgb(255,30,241); }
H1.HeaderClassName
{
color: #FF1EF1;
}
.AnyTagClassName
{
color: #FF1EF1;
}
</style>
background-color css
<style>
a { background-color: #FF1EF1; }
a { background-color: rgb(255,30,241); }
div.DivClassName
{
background-color: #FF1EF1;
}
.BgClassName
{
background-color: #FF1EF1;
}
</style>
border-color css
<style>
span { border-color: #FF1EF1; }
span { border-color: rgb(255,30,241); }
td.TdClassName
{
border-color: #FF1EF1;
}
.TagClassName
{
border-color: #FF1EF1;
}
</style>