Shades of Hot Magenta #FF09DC
Tints of Hot Magenta #FF09DC
RGB
CMYK
RGB Variations
Color information
#FF09DC (or 0xFF09DC) is known color: Hot Magenta. HEX triplet: FF, 09 and DC. RGB value is (255,9,220). Sum of RGB (Red+Green+Blue) = 255+9+220=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 9 (3.91% from 255 or 1.86% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09DC is #00F623. Grayscale: #6A6A6A. Windows color (decimal): -63012 or 14420479. OLE color: 14420479.
HSL color Cylindrical-coordinate representation of color #FF09DC: hue angle of 308.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09DC is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.14 | 0 |
| HSL | 308.54º | 1% | 0.52% | - |
| HSV(B) | 308.54º | 0.96% | 1% | - |
| XYZ | 54.26 | 26.62 | 69.99 | - |
| YUV | 106.61 | 192 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 220 | 0 | 0.96 | 0.14 | 0 | 308.54 | 1 | 0.52 |
| Hex | FF | 9 | DC | 0 | 60 | E | 0 | 135 | 64 | 34 |
| Octal | 377 | 11 | 334 | 0 | 140 | 16 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1001 | 11011100 | 0 | 1100000 | 1110 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF09DC
Complementary color
Monochromatic Colors of #FF09DC
Black with #FF09DC
Text Example
Text Example
White with #FF09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09DC; }
p { color: rgb(255,9,220); }
H1.HeaderClassName
{
color: #FF09DC;
}
.AnyTagClassName
{
color: #FF09DC;
}
</style>
background-color css
<style>
a { background-color: #FF09DC; }
a { background-color: rgb(255,9,220); }
div.DivClassName
{
background-color: #FF09DC;
}
.BgClassName
{
background-color: #FF09DC;
}
</style>
border-color css
<style>
span { border-color: #FF09DC; }
span { border-color: rgb(255,9,220); }
td.TdClassName
{
border-color: #FF09DC;
}
.TagClassName
{
border-color: #FF09DC;
}
</style>