Shades of Magenta #FF05ED
Tints of Magenta #FF05ED
RGB
CMYK
RGB Variations
Color information
#FF05ED (or 0xFF05ED) is known color: Magenta. HEX triplet: FF, 05 and ED. RGB value is (255,5,237). Sum of RGB (Red+Green+Blue) = 255+5+237=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 5 (2.34% from 255 or 1.01% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05ED is #00FA12. Grayscale: #696969. Windows color (decimal): -64019 or 15533567. OLE color: 15533567.
HSL color Cylindrical-coordinate representation of color #FF05ED: hue angle of 304.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF05ED is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.07 | 0 |
| HSL | 304.32º | 1% | 0.51% | - |
| HSV(B) | 304.32º | 0.98% | 1% | - |
| XYZ | 56.58 | 27.48 | 82.44 | - |
| YUV | 106.2 | 201.83 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 237 | 0 | 0.98 | 0.07 | 0 | 304.32 | 1 | 0.51 |
| Hex | FF | 5 | ED | 0 | 62 | 7 | 0 | 130 | 64 | 33 |
| Octal | 377 | 5 | 355 | 0 | 142 | 7 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 101 | 11101101 | 0 | 1100010 | 111 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF05ED
Complementary color
Monochromatic Colors of #FF05ED
Black with #FF05ED
Text Example
Text Example
White with #FF05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05ED; }
p { color: rgb(255,5,237); }
H1.HeaderClassName
{
color: #FF05ED;
}
.AnyTagClassName
{
color: #FF05ED;
}
</style>
background-color css
<style>
a { background-color: #FF05ED; }
a { background-color: rgb(255,5,237); }
div.DivClassName
{
background-color: #FF05ED;
}
.BgClassName
{
background-color: #FF05ED;
}
</style>
border-color css
<style>
span { border-color: #FF05ED; }
span { border-color: rgb(255,5,237); }
td.TdClassName
{
border-color: #FF05ED;
}
.TagClassName
{
border-color: #FF05ED;
}
</style>