Shades of Magenta #FF1EFA
Tints of Magenta #FF1EFA
RGB
CMYK
RGB Variations
Color information
#FF1EFA (or 0xFF1EFA) is known color: Magenta. HEX triplet: FF, 1E and FA. RGB value is (255,30,250). Sum of RGB (Red+Green+Blue) = 255+30+250=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 30 (12.11% from 255 or 5.61% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EFA is #00E105. Grayscale: #797979. Windows color (decimal): -57606 or 16391935. OLE color: 16391935.
HSL color Cylindrical-coordinate representation of color #FF1EFA: hue angle of 301.33º 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 #FF1EFA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 250 | - |
| CMYK | 0 | 0.88 | 0.02 | 0 |
| HSL | 301.33º | 1% | 0.56% | - |
| HSV(B) | 301.33º | 0.88% | 1% | - |
| XYZ | 58.96 | 29.09 | 92.95 | - |
| YUV | 122.36 | 200.04 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 250 | 0 | 0.88 | 0.02 | 0 | 301.33 | 1 | 0.56 |
| Hex | FF | 1E | FA | 0 | 58 | 2 | 0 | 12D | 64 | 38 |
| Octal | 377 | 36 | 372 | 0 | 130 | 2 | 0 | 455 | 144 | 70 |
| Binary | 11111111 | 11110 | 11111010 | 0 | 1011000 | 10 | 0 | 100101101 | 1100100 | 111000 |
Color Harmonies of #FF1EFA
Complementary color
Monochromatic Colors of #FF1EFA
Black with #FF1EFA
Text Example
Text Example
White with #FF1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EFA; }
p { color: rgb(255,30,250); }
H1.HeaderClassName
{
color: #FF1EFA;
}
.AnyTagClassName
{
color: #FF1EFA;
}
</style>
background-color css
<style>
a { background-color: #FF1EFA; }
a { background-color: rgb(255,30,250); }
div.DivClassName
{
background-color: #FF1EFA;
}
.BgClassName
{
background-color: #FF1EFA;
}
</style>
border-color css
<style>
span { border-color: #FF1EFA; }
span { border-color: rgb(255,30,250); }
td.TdClassName
{
border-color: #FF1EFA;
}
.TagClassName
{
border-color: #FF1EFA;
}
</style>