Shades of Magenta #FF05E6
Tints of Magenta #FF05E6
RGB
CMYK
RGB Variations
Color information
#FF05E6 (or 0xFF05E6) is known color: Magenta. HEX triplet: FF, 05 and E6. RGB value is (255,5,230). Sum of RGB (Red+Green+Blue) = 255+5+230=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05E6 is #00FA19. Grayscale: #686868. Windows color (decimal): -64026 or 15074815. OLE color: 15074815.
HSL color Cylindrical-coordinate representation of color #FF05E6: hue angle of 306º 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 #FF05E6 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 230 | - |
| CMYK | 0 | 0.98 | 0.10 | 0 |
| HSL | 306º | 1% | 0.51% | - |
| HSV(B) | 306º | 0.98% | 1% | - |
| XYZ | 55.58 | 27.08 | 77.16 | - |
| YUV | 105.4 | 198.33 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 230 | 0 | 0.98 | 0.10 | 0 | 306 | 1 | 0.51 |
| Hex | FF | 5 | E6 | 0 | 62 | A | 0 | 132 | 64 | 33 |
| Octal | 377 | 5 | 346 | 0 | 142 | 12 | 0 | 462 | 144 | 63 |
| Binary | 11111111 | 101 | 11100110 | 0 | 1100010 | 1010 | 0 | 100110010 | 1100100 | 110011 |
Color Harmonies of #FF05E6
Complementary color
Monochromatic Colors of #FF05E6
Black with #FF05E6
Text Example
Text Example
White with #FF05E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05E6; }
p { color: rgb(255,5,230); }
H1.HeaderClassName
{
color: #FF05E6;
}
.AnyTagClassName
{
color: #FF05E6;
}
</style>
background-color css
<style>
a { background-color: #FF05E6; }
a { background-color: rgb(255,5,230); }
div.DivClassName
{
background-color: #FF05E6;
}
.BgClassName
{
background-color: #FF05E6;
}
</style>
border-color css
<style>
span { border-color: #FF05E6; }
span { border-color: rgb(255,5,230); }
td.TdClassName
{
border-color: #FF05E6;
}
.TagClassName
{
border-color: #FF05E6;
}
</style>