Shades of Magenta #FF05EE
Tints of Magenta #FF05EE
RGB
CMYK
RGB Variations
Color information
#FF05EE (or 0xFF05EE) is known color: Magenta. HEX triplet: FF, 05 and EE. RGB value is (255,5,238). Sum of RGB (Red+Green+Blue) = 255+5+238=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 5 (2.34% from 255 or 1.00% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05EE is #00FA11. Grayscale: #696969. Windows color (decimal): -64018 or 15599103. OLE color: 15599103.
HSL color Cylindrical-coordinate representation of color #FF05EE: hue angle of 304.08º 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 #FF05EE is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 238 | - |
| CMYK | 0 | 0.98 | 0.07 | 0 |
| HSL | 304.08º | 1% | 0.51% | - |
| HSV(B) | 304.08º | 0.98% | 1% | - |
| XYZ | 56.73 | 27.54 | 83.22 | - |
| YUV | 106.31 | 202.33 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 238 | 0 | 0.98 | 0.07 | 0 | 304.08 | 1 | 0.51 |
| Hex | FF | 5 | EE | 0 | 62 | 7 | 0 | 130 | 64 | 33 |
| Octal | 377 | 5 | 356 | 0 | 142 | 7 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 101 | 11101110 | 0 | 1100010 | 111 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF05EE
Complementary color
Monochromatic Colors of #FF05EE
Black with #FF05EE
Text Example
Text Example
White with #FF05EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05EE; }
p { color: rgb(255,5,238); }
H1.HeaderClassName
{
color: #FF05EE;
}
.AnyTagClassName
{
color: #FF05EE;
}
</style>
background-color css
<style>
a { background-color: #FF05EE; }
a { background-color: rgb(255,5,238); }
div.DivClassName
{
background-color: #FF05EE;
}
.BgClassName
{
background-color: #FF05EE;
}
</style>
border-color css
<style>
span { border-color: #FF05EE; }
span { border-color: rgb(255,5,238); }
td.TdClassName
{
border-color: #FF05EE;
}
.TagClassName
{
border-color: #FF05EE;
}
</style>