Shades of Magenta #FF08EC
Tints of Magenta #FF08EC
RGB
CMYK
RGB Variations
Color information
#FF08EC (or 0xFF08EC) is known color: Magenta. HEX triplet: FF, 08 and EC. RGB value is (255,8,236). Sum of RGB (Red+Green+Blue) = 255+8+236=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 8 (3.52% from 255 or 1.60% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08EC is #00F713. Grayscale: #6B6B6B. Windows color (decimal): -63252 or 15468799. OLE color: 15468799.
HSL color Cylindrical-coordinate representation of color #FF08EC: hue angle of 304.62º 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 #FF08EC is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 236 | - |
| CMYK | 0 | 0.97 | 0.07 | 0 |
| HSL | 304.62º | 1% | 0.52% | - |
| HSV(B) | 304.62º | 0.97% | 1% | - |
| XYZ | 56.47 | 27.49 | 81.69 | - |
| YUV | 107.85 | 200.33 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 236 | 0 | 0.97 | 0.07 | 0 | 304.62 | 1 | 0.52 |
| Hex | FF | 8 | EC | 0 | 61 | 7 | 0 | 131 | 64 | 34 |
| Octal | 377 | 10 | 354 | 0 | 141 | 7 | 0 | 461 | 144 | 64 |
| Binary | 11111111 | 1000 | 11101100 | 0 | 1100001 | 111 | 0 | 100110001 | 1100100 | 110100 |
Color Harmonies of #FF08EC
Complementary color
Monochromatic Colors of #FF08EC
Black with #FF08EC
Text Example
Text Example
White with #FF08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08EC; }
p { color: rgb(255,8,236); }
H1.HeaderClassName
{
color: #FF08EC;
}
.AnyTagClassName
{
color: #FF08EC;
}
</style>
background-color css
<style>
a { background-color: #FF08EC; }
a { background-color: rgb(255,8,236); }
div.DivClassName
{
background-color: #FF08EC;
}
.BgClassName
{
background-color: #FF08EC;
}
</style>
border-color css
<style>
span { border-color: #FF08EC; }
span { border-color: rgb(255,8,236); }
td.TdClassName
{
border-color: #FF08EC;
}
.TagClassName
{
border-color: #FF08EC;
}
</style>