Shades of Magenta #FF1EFD
Tints of Magenta #FF1EFD
RGB
CMYK
RGB Variations
Color information
#FF1EFD (or 0xFF1EFD) is known color: Magenta. HEX triplet: FF, 1E and FD. RGB value is (255,30,253). Sum of RGB (Red+Green+Blue) = 255+30+253=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 30 (12.11% from 255 or 5.58% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1EFD is #00E102. Grayscale: #7A7A7A. Windows color (decimal): -57603 or 16588543. OLE color: 16588543.
HSL color Cylindrical-coordinate representation of color #FF1EFD: hue angle of 300.53º 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 #FF1EFD is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 253 | - |
| CMYK | 0 | 0.88 | 0.01 | 0 |
| HSL | 300.53º | 1% | 0.56% | - |
| HSV(B) | 300.53º | 0.88% | 1% | - |
| XYZ | 59.43 | 29.28 | 95.45 | - |
| YUV | 122.7 | 201.54 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 253 | 0 | 0.88 | 0.01 | 0 | 300.53 | 1 | 0.56 |
| Hex | FF | 1E | FD | 0 | 58 | 1 | 0 | 12D | 64 | 38 |
| Octal | 377 | 36 | 375 | 0 | 130 | 1 | 0 | 455 | 144 | 70 |
| Binary | 11111111 | 11110 | 11111101 | 0 | 1011000 | 1 | 0 | 100101101 | 1100100 | 111000 |
Color Harmonies of #FF1EFD
Complementary color
Monochromatic Colors of #FF1EFD
Black with #FF1EFD
Text Example
Text Example
White with #FF1EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1EFD; }
p { color: rgb(255,30,253); }
H1.HeaderClassName
{
color: #FF1EFD;
}
.AnyTagClassName
{
color: #FF1EFD;
}
</style>
background-color css
<style>
a { background-color: #FF1EFD; }
a { background-color: rgb(255,30,253); }
div.DivClassName
{
background-color: #FF1EFD;
}
.BgClassName
{
background-color: #FF1EFD;
}
</style>
border-color css
<style>
span { border-color: #FF1EFD; }
span { border-color: rgb(255,30,253); }
td.TdClassName
{
border-color: #FF1EFD;
}
.TagClassName
{
border-color: #FF1EFD;
}
</style>