Shades of Hot Magenta #FF08D6
Tints of Hot Magenta #FF08D6
RGB
CMYK
RGB Variations
Color information
#FF08D6 (or 0xFF08D6) is known color: Hot Magenta. HEX triplet: FF, 08 and D6. RGB value is (255,8,214). Sum of RGB (Red+Green+Blue) = 255+8+214=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08D6 is #00F729. Grayscale: #686868. Windows color (decimal): -63274 or 14027007. OLE color: 14027007.
HSL color Cylindrical-coordinate representation of color #FF08D6: hue angle of 309.96º 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 #FF08D6 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 214 | - |
| CMYK | 0 | 0.97 | 0.16 | 0 |
| HSL | 309.96º | 1% | 0.52% | - |
| HSV(B) | 309.96º | 0.97% | 1% | - |
| XYZ | 53.46 | 26.29 | 65.87 | - |
| YUV | 105.34 | 189.33 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 214 | 0 | 0.97 | 0.16 | 0 | 309.96 | 1 | 0.52 |
| Hex | FF | 8 | D6 | 0 | 61 | 10 | 0 | 136 | 64 | 34 |
| Octal | 377 | 10 | 326 | 0 | 141 | 20 | 0 | 466 | 144 | 64 |
| Binary | 11111111 | 1000 | 11010110 | 0 | 1100001 | 10000 | 0 | 100110110 | 1100100 | 110100 |
Color Harmonies of #FF08D6
Complementary color
Monochromatic Colors of #FF08D6
Black with #FF08D6
Text Example
Text Example
White with #FF08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08D6; }
p { color: rgb(255,8,214); }
H1.HeaderClassName
{
color: #FF08D6;
}
.AnyTagClassName
{
color: #FF08D6;
}
</style>
background-color css
<style>
a { background-color: #FF08D6; }
a { background-color: rgb(255,8,214); }
div.DivClassName
{
background-color: #FF08D6;
}
.BgClassName
{
background-color: #FF08D6;
}
</style>
border-color css
<style>
span { border-color: #FF08D6; }
span { border-color: rgb(255,8,214); }
td.TdClassName
{
border-color: #FF08D6;
}
.TagClassName
{
border-color: #FF08D6;
}
</style>