Shades of Hot Magenta #FF08DF
Tints of Hot Magenta #FF08DF
RGB
CMYK
RGB Variations
Color information
#FF08DF (or 0xFF08DF) is known color: Hot Magenta. HEX triplet: FF, 08 and DF. RGB value is (255,8,223). Sum of RGB (Red+Green+Blue) = 255+8+223=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 8 (3.52% from 255 or 1.65% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08DF is #00F720. Grayscale: #696969. Windows color (decimal): -63265 or 14616831. OLE color: 14616831.
HSL color Cylindrical-coordinate representation of color #FF08DF: hue angle of 307.77º 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 #FF08DF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.13 | 0 |
| HSL | 307.77º | 1% | 0.52% | - |
| HSV(B) | 307.77º | 0.97% | 1% | - |
| XYZ | 54.65 | 26.76 | 72.1 | - |
| YUV | 106.36 | 193.83 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 223 | 0 | 0.97 | 0.13 | 0 | 307.77 | 1 | 0.52 |
| Hex | FF | 8 | DF | 0 | 61 | D | 0 | 134 | 64 | 34 |
| Octal | 377 | 10 | 337 | 0 | 141 | 15 | 0 | 464 | 144 | 64 |
| Binary | 11111111 | 1000 | 11011111 | 0 | 1100001 | 1101 | 0 | 100110100 | 1100100 | 110100 |
Color Harmonies of #FF08DF
Complementary color
Monochromatic Colors of #FF08DF
Black with #FF08DF
Text Example
Text Example
White with #FF08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08DF; }
p { color: rgb(255,8,223); }
H1.HeaderClassName
{
color: #FF08DF;
}
.AnyTagClassName
{
color: #FF08DF;
}
</style>
background-color css
<style>
a { background-color: #FF08DF; }
a { background-color: rgb(255,8,223); }
div.DivClassName
{
background-color: #FF08DF;
}
.BgClassName
{
background-color: #FF08DF;
}
</style>
border-color css
<style>
span { border-color: #FF08DF; }
span { border-color: rgb(255,8,223); }
td.TdClassName
{
border-color: #FF08DF;
}
.TagClassName
{
border-color: #FF08DF;
}
</style>