Shades of Hot Magenta #FF08E2
Tints of Hot Magenta #FF08E2
RGB
CMYK
RGB Variations
Color information
#FF08E2 (or 0xFF08E2) is known color: Hot Magenta. HEX triplet: FF, 08 and E2. RGB value is (255,8,226). Sum of RGB (Red+Green+Blue) = 255+8+226=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 8 (3.52% from 255 or 1.64% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08E2 is #00F71D. Grayscale: #6A6A6A. Windows color (decimal): -63262 or 14813439. OLE color: 14813439.
HSL color Cylindrical-coordinate representation of color #FF08E2: hue angle of 307.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF08E2 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.11 | 0 |
| HSL | 307.04º | 1% | 0.52% | - |
| HSV(B) | 307.04º | 0.97% | 1% | - |
| XYZ | 55.05 | 26.92 | 74.25 | - |
| YUV | 106.71 | 195.33 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 226 | 0 | 0.97 | 0.11 | 0 | 307.04 | 1 | 0.52 |
| Hex | FF | 8 | E2 | 0 | 61 | B | 0 | 133 | 64 | 34 |
| Octal | 377 | 10 | 342 | 0 | 141 | 13 | 0 | 463 | 144 | 64 |
| Binary | 11111111 | 1000 | 11100010 | 0 | 1100001 | 1011 | 0 | 100110011 | 1100100 | 110100 |
Color Harmonies of #FF08E2
Complementary color
Monochromatic Colors of #FF08E2
Black with #FF08E2
Text Example
Text Example
White with #FF08E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08E2; }
p { color: rgb(255,8,226); }
H1.HeaderClassName
{
color: #FF08E2;
}
.AnyTagClassName
{
color: #FF08E2;
}
</style>
background-color css
<style>
a { background-color: #FF08E2; }
a { background-color: rgb(255,8,226); }
div.DivClassName
{
background-color: #FF08E2;
}
.BgClassName
{
background-color: #FF08E2;
}
</style>
border-color css
<style>
span { border-color: #FF08E2; }
span { border-color: rgb(255,8,226); }
td.TdClassName
{
border-color: #FF08E2;
}
.TagClassName
{
border-color: #FF08E2;
}
</style>