Shades of Hot Magenta #FF08DC
Tints of Hot Magenta #FF08DC
RGB
CMYK
RGB Variations
Color information
#FF08DC (or 0xFF08DC) is known color: Hot Magenta. HEX triplet: FF, 08 and DC. RGB value is (255,8,220). Sum of RGB (Red+Green+Blue) = 255+8+220=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 8 (3.52% from 255 or 1.66% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF08DC is #00F723. Grayscale: #696969. Windows color (decimal): -63268 or 14420223. OLE color: 14420223.
HSL color Cylindrical-coordinate representation of color #FF08DC: hue angle of 308.5º 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 #FF08DC is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 220 | - |
| CMYK | 0 | 0.97 | 0.14 | 0 |
| HSL | 308.5º | 1% | 0.52% | - |
| HSV(B) | 308.5º | 0.97% | 1% | - |
| XYZ | 54.25 | 26.6 | 69.99 | - |
| YUV | 106.02 | 192.33 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 220 | 0 | 0.97 | 0.14 | 0 | 308.5 | 1 | 0.52 |
| Hex | FF | 8 | DC | 0 | 61 | E | 0 | 135 | 64 | 34 |
| Octal | 377 | 10 | 334 | 0 | 141 | 16 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1000 | 11011100 | 0 | 1100001 | 1110 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF08DC
Complementary color
Monochromatic Colors of #FF08DC
Black with #FF08DC
Text Example
Text Example
White with #FF08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF08DC; }
p { color: rgb(255,8,220); }
H1.HeaderClassName
{
color: #FF08DC;
}
.AnyTagClassName
{
color: #FF08DC;
}
</style>
background-color css
<style>
a { background-color: #FF08DC; }
a { background-color: rgb(255,8,220); }
div.DivClassName
{
background-color: #FF08DC;
}
.BgClassName
{
background-color: #FF08DC;
}
</style>
border-color css
<style>
span { border-color: #FF08DC; }
span { border-color: rgb(255,8,220); }
td.TdClassName
{
border-color: #FF08DC;
}
.TagClassName
{
border-color: #FF08DC;
}
</style>