Shades of Hot Magenta #FF05E2
Tints of Hot Magenta #FF05E2
RGB
CMYK
RGB Variations
Color information
#FF05E2 (or 0xFF05E2) is known color: Hot Magenta. HEX triplet: FF, 05 and E2. RGB value is (255,5,226). Sum of RGB (Red+Green+Blue) = 255+5+226=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05E2 is #00FA1D. Grayscale: #686868. Windows color (decimal): -64030 or 14812671. OLE color: 14812671.
HSL color Cylindrical-coordinate representation of color #FF05E2: hue angle of 306.96º 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 #FF05E2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 226 | - |
| CMYK | 0 | 0.98 | 0.11 | 0 |
| HSL | 306.96º | 1% | 0.51% | - |
| HSV(B) | 306.96º | 0.98% | 1% | - |
| XYZ | 55.02 | 26.86 | 74.24 | - |
| YUV | 104.94 | 196.33 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 226 | 0 | 0.98 | 0.11 | 0 | 306.96 | 1 | 0.51 |
| Hex | FF | 5 | E2 | 0 | 62 | B | 0 | 133 | 64 | 33 |
| Octal | 377 | 5 | 342 | 0 | 142 | 13 | 0 | 463 | 144 | 63 |
| Binary | 11111111 | 101 | 11100010 | 0 | 1100010 | 1011 | 0 | 100110011 | 1100100 | 110011 |
Color Harmonies of #FF05E2
Complementary color
Monochromatic Colors of #FF05E2
Black with #FF05E2
Text Example
Text Example
White with #FF05E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05E2; }
p { color: rgb(255,5,226); }
H1.HeaderClassName
{
color: #FF05E2;
}
.AnyTagClassName
{
color: #FF05E2;
}
</style>
background-color css
<style>
a { background-color: #FF05E2; }
a { background-color: rgb(255,5,226); }
div.DivClassName
{
background-color: #FF05E2;
}
.BgClassName
{
background-color: #FF05E2;
}
</style>
border-color css
<style>
span { border-color: #FF05E2; }
span { border-color: rgb(255,5,226); }
td.TdClassName
{
border-color: #FF05E2;
}
.TagClassName
{
border-color: #FF05E2;
}
</style>