Shades of Hot Magenta #FF09D0
Tints of Hot Magenta #FF09D0
RGB
CMYK
RGB Variations
Color information
#FF09D0 (or 0xFF09D0) is known color: Hot Magenta. HEX triplet: FF, 09 and D0. RGB value is (255,9,208). Sum of RGB (Red+Green+Blue) = 255+9+208=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09D0 is #00F62F. Grayscale: #686868. Windows color (decimal): -63024 or 13634047. OLE color: 13634047.
HSL color Cylindrical-coordinate representation of color #FF09D0: hue angle of 311.46º 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 #FF09D0 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.18 | 0 |
| HSL | 311.46º | 1% | 0.52% | - |
| HSV(B) | 311.46º | 0.96% | 1% | - |
| XYZ | 52.72 | 26.01 | 61.92 | - |
| YUV | 105.24 | 186 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 208 | 0 | 0.96 | 0.18 | 0 | 311.46 | 1 | 0.52 |
| Hex | FF | 9 | D0 | 0 | 60 | 12 | 0 | 137 | 64 | 34 |
| Octal | 377 | 11 | 320 | 0 | 140 | 22 | 0 | 467 | 144 | 64 |
| Binary | 11111111 | 1001 | 11010000 | 0 | 1100000 | 10010 | 0 | 100110111 | 1100100 | 110100 |
Color Harmonies of #FF09D0
Complementary color
Monochromatic Colors of #FF09D0
Black with #FF09D0
Text Example
Text Example
White with #FF09D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09D0; }
p { color: rgb(255,9,208); }
H1.HeaderClassName
{
color: #FF09D0;
}
.AnyTagClassName
{
color: #FF09D0;
}
</style>
background-color css
<style>
a { background-color: #FF09D0; }
a { background-color: rgb(255,9,208); }
div.DivClassName
{
background-color: #FF09D0;
}
.BgClassName
{
background-color: #FF09D0;
}
</style>
border-color css
<style>
span { border-color: #FF09D0; }
span { border-color: rgb(255,9,208); }
td.TdClassName
{
border-color: #FF09D0;
}
.TagClassName
{
border-color: #FF09D0;
}
</style>