Shades of Magenta #FF1FED
Tints of Magenta #FF1FED
RGB
CMYK
RGB Variations
Color information
#FF1FED (or 0xFF1FED) is known color: Magenta. HEX triplet: FF, 1F and ED. RGB value is (255,31,237). Sum of RGB (Red+Green+Blue) = 255+31+237=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 31 (12.5% from 255 or 5.93% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FED is #00E012. Grayscale: #787878. Windows color (decimal): -57363 or 15540223. OLE color: 15540223.
HSL color Cylindrical-coordinate representation of color #FF1FED: hue angle of 304.82º 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 #FF1FED is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 237 | - |
| CMYK | 0 | 0.88 | 0.07 | 0 |
| HSL | 304.82º | 1% | 0.56% | - |
| HSV(B) | 304.82º | 0.88% | 1% | - |
| XYZ | 57.02 | 28.35 | 82.59 | - |
| YUV | 121.46 | 193.21 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 237 | 0 | 0.88 | 0.07 | 0 | 304.82 | 1 | 0.56 |
| Hex | FF | 1F | ED | 0 | 58 | 7 | 0 | 131 | 64 | 38 |
| Octal | 377 | 37 | 355 | 0 | 130 | 7 | 0 | 461 | 144 | 70 |
| Binary | 11111111 | 11111 | 11101101 | 0 | 1011000 | 111 | 0 | 100110001 | 1100100 | 111000 |
Color Harmonies of #FF1FED
Complementary color
Monochromatic Colors of #FF1FED
Black with #FF1FED
Text Example
Text Example
White with #FF1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FED; }
p { color: rgb(255,31,237); }
H1.HeaderClassName
{
color: #FF1FED;
}
.AnyTagClassName
{
color: #FF1FED;
}
</style>
background-color css
<style>
a { background-color: #FF1FED; }
a { background-color: rgb(255,31,237); }
div.DivClassName
{
background-color: #FF1FED;
}
.BgClassName
{
background-color: #FF1FED;
}
</style>
border-color css
<style>
span { border-color: #FF1FED; }
span { border-color: rgb(255,31,237); }
td.TdClassName
{
border-color: #FF1FED;
}
.TagClassName
{
border-color: #FF1FED;
}
</style>