Shades of Magenta #FF01ED
Tints of Magenta #FF01ED
RGB
CMYK
RGB Variations
Color information
#FF01ED (or 0xFF01ED) is known color: Magenta. HEX triplet: FF, 01 and ED. RGB value is (255,1,237). Sum of RGB (Red+Green+Blue) = 255+1+237=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 1 (0.78% from 255 or 0.20% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01ED is #00FE12. Grayscale: #676767. Windows color (decimal): -65043 or 15532543. OLE color: 15532543.
HSL color Cylindrical-coordinate representation of color #FF01ED: hue angle of 304.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01ED is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.07 | 0 |
| HSL | 304.25º | 1% | 0.5% | - |
| HSV(B) | 304.25º | 1% | 1% | - |
| XYZ | 56.54 | 27.4 | 82.43 | - |
| YUV | 103.85 | 203.15 | 235.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 237 | 0 | 1.00 | 0.07 | 0 | 304.25 | 1 | 0.5 |
| Hex | FF | 1 | ED | 0 | 64 | 7 | 0 | 130 | 64 | 32 |
| Octal | 377 | 1 | 355 | 0 | 144 | 7 | 0 | 460 | 144 | 62 |
| Binary | 11111111 | 1 | 11101101 | 0 | 1100100 | 111 | 0 | 100110000 | 1100100 | 110010 |
Color Harmonies of #FF01ED
Complementary color
Monochromatic Colors of #FF01ED
Black with #FF01ED
Text Example
Text Example
White with #FF01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01ED; }
p { color: rgb(255,1,237); }
H1.HeaderClassName
{
color: #FF01ED;
}
.AnyTagClassName
{
color: #FF01ED;
}
</style>
background-color css
<style>
a { background-color: #FF01ED; }
a { background-color: rgb(255,1,237); }
div.DivClassName
{
background-color: #FF01ED;
}
.BgClassName
{
background-color: #FF01ED;
}
</style>
border-color css
<style>
span { border-color: #FF01ED; }
span { border-color: rgb(255,1,237); }
td.TdClassName
{
border-color: #FF01ED;
}
.TagClassName
{
border-color: #FF01ED;
}
</style>