Shades of Hot Magenta #FF0FD9
Tints of Hot Magenta #FF0FD9
RGB
CMYK
RGB Variations
Color information
#FF0FD9 (or 0xFF0FD9) is known color: Hot Magenta. HEX triplet: FF, 0F and D9. RGB value is (255,15,217). Sum of RGB (Red+Green+Blue) = 255+15+217=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FD9 is #00F026. Grayscale: #6D6D6D. Windows color (decimal): -61479 or 14225407. OLE color: 14225407.
HSL color Cylindrical-coordinate representation of color #FF0FD9: hue angle of 309.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FD9 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 217 | - |
| CMYK | 0 | 0.94 | 0.15 | 0 |
| HSL | 309.5º | 1% | 0.53% | - |
| HSV(B) | 309.5º | 0.94% | 1% | - |
| XYZ | 53.94 | 26.61 | 67.94 | - |
| YUV | 109.79 | 188.51 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 217 | 0 | 0.94 | 0.15 | 0 | 309.5 | 1 | 0.53 |
| Hex | FF | F | D9 | 0 | 5E | F | 0 | 136 | 64 | 35 |
| Octal | 377 | 17 | 331 | 0 | 136 | 17 | 0 | 466 | 144 | 65 |
| Binary | 11111111 | 1111 | 11011001 | 0 | 1011110 | 1111 | 0 | 100110110 | 1100100 | 110101 |
Color Harmonies of #FF0FD9
Complementary color
Monochromatic Colors of #FF0FD9
Black with #FF0FD9
Text Example
Text Example
White with #FF0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FD9; }
p { color: rgb(255,15,217); }
H1.HeaderClassName
{
color: #FF0FD9;
}
.AnyTagClassName
{
color: #FF0FD9;
}
</style>
background-color css
<style>
a { background-color: #FF0FD9; }
a { background-color: rgb(255,15,217); }
div.DivClassName
{
background-color: #FF0FD9;
}
.BgClassName
{
background-color: #FF0FD9;
}
</style>
border-color css
<style>
span { border-color: #FF0FD9; }
span { border-color: rgb(255,15,217); }
td.TdClassName
{
border-color: #FF0FD9;
}
.TagClassName
{
border-color: #FF0FD9;
}
</style>