Shades of Hot Magenta #FF09D7
Tints of Hot Magenta #FF09D7
RGB
CMYK
RGB Variations
Color information
#FF09D7 (or 0xFF09D7) is known color: Hot Magenta. HEX triplet: FF, 09 and D7. RGB value is (255,9,215). Sum of RGB (Red+Green+Blue) = 255+9+215=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 9 (3.91% from 255 or 1.88% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09D7 is #00F628. Grayscale: #696969. Windows color (decimal): -63017 or 14092799. OLE color: 14092799.
HSL color Cylindrical-coordinate representation of color #FF09D7: hue angle of 309.76º 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 #FF09D7 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.16 | 0 |
| HSL | 309.76º | 1% | 0.52% | - |
| HSV(B) | 309.76º | 0.96% | 1% | - |
| XYZ | 53.6 | 26.36 | 66.55 | - |
| YUV | 106.04 | 189.5 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 215 | 0 | 0.96 | 0.16 | 0 | 309.76 | 1 | 0.52 |
| Hex | FF | 9 | D7 | 0 | 60 | 10 | 0 | 136 | 64 | 34 |
| Octal | 377 | 11 | 327 | 0 | 140 | 20 | 0 | 466 | 144 | 64 |
| Binary | 11111111 | 1001 | 11010111 | 0 | 1100000 | 10000 | 0 | 100110110 | 1100100 | 110100 |
Color Harmonies of #FF09D7
Complementary color
Monochromatic Colors of #FF09D7
Black with #FF09D7
Text Example
Text Example
White with #FF09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09D7; }
p { color: rgb(255,9,215); }
H1.HeaderClassName
{
color: #FF09D7;
}
.AnyTagClassName
{
color: #FF09D7;
}
</style>
background-color css
<style>
a { background-color: #FF09D7; }
a { background-color: rgb(255,9,215); }
div.DivClassName
{
background-color: #FF09D7;
}
.BgClassName
{
background-color: #FF09D7;
}
</style>
border-color css
<style>
span { border-color: #FF09D7; }
span { border-color: rgb(255,9,215); }
td.TdClassName
{
border-color: #FF09D7;
}
.TagClassName
{
border-color: #FF09D7;
}
</style>