Shades of Hot Magenta #FF08E4
Tints of Hot Magenta #FF08E4
RGB
CMYK
RGB Variations
Color information
#FF08E4 (or 0xFF08E4) is known color: Hot Magenta. HEX triplet: FF, 08 and E4. RGB value is (255,8,228). Sum of RGB (Red+Green+Blue) = 255+8+228=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 8 (3.52% from 255 or 1.63% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08E4 is #00F71B. Grayscale: #6A6A6A. Windows color (decimal): -63260 or 14944511. OLE color: 14944511.
HSL color Cylindrical-coordinate representation of color #FF08E4: hue angle of 306.56º 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 #FF08E4 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 228 | - |
| CMYK | 0 | 0.97 | 0.11 | 0 |
| HSL | 306.56º | 1% | 0.52% | - |
| HSV(B) | 306.56º | 0.97% | 1% | - |
| XYZ | 55.33 | 27.04 | 75.7 | - |
| YUV | 106.93 | 196.33 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 228 | 0 | 0.97 | 0.11 | 0 | 306.56 | 1 | 0.52 |
| Hex | FF | 8 | E4 | 0 | 61 | B | 0 | 133 | 64 | 34 |
| Octal | 377 | 10 | 344 | 0 | 141 | 13 | 0 | 463 | 144 | 64 |
| Binary | 11111111 | 1000 | 11100100 | 0 | 1100001 | 1011 | 0 | 100110011 | 1100100 | 110100 |
Color Harmonies of #FF08E4
Complementary color
Monochromatic Colors of #FF08E4
Black with #FF08E4
Text Example
Text Example
White with #FF08E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08E4; }
p { color: rgb(255,8,228); }
H1.HeaderClassName
{
color: #FF08E4;
}
.AnyTagClassName
{
color: #FF08E4;
}
</style>
background-color css
<style>
a { background-color: #FF08E4; }
a { background-color: rgb(255,8,228); }
div.DivClassName
{
background-color: #FF08E4;
}
.BgClassName
{
background-color: #FF08E4;
}
</style>
border-color css
<style>
span { border-color: #FF08E4; }
span { border-color: rgb(255,8,228); }
td.TdClassName
{
border-color: #FF08E4;
}
.TagClassName
{
border-color: #FF08E4;
}
</style>