Shades of Hot Magenta #F000D9
Tints of Hot Magenta #F000D9
RGB
CMYK
RGB Variations
Color information
#F000D9 (or 0xF000D9) is known color: Hot Magenta. HEX triplet: F0, 00 and D9. RGB value is (240,0,217). Sum of RGB (Red+Green+Blue) = 240+0+217=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 217 (85.16% from 255 or 47.48% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F000D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000D9 is #0FFF26. Grayscale: #5F5F5F. Windows color (decimal): -1048359 or 14221552. OLE color: 14221552.
HSL color Cylindrical-coordinate representation of color #F000D9: hue angle of 305.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000D9 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.10 | 0.06 |
| HSL | 305.75º | 1% | 0.47% | - |
| HSV(B) | 305.75º | 1% | 0.94% | - |
| XYZ | 48.46 | 23.54 | 67.63 | - |
| YUV | 96.5 | 196.01 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 217 | 0 | 1 | 0.10 | 0.06 | 305.75 | 1 | 0.47 |
| Hex | F0 | 0 | D9 | 0 | 64 | A | 6 | 132 | 64 | 2F |
| Octal | 360 | 0 | 331 | 0 | 144 | 12 | 6 | 462 | 144 | 57 |
| Binary | 11110000 | 0 | 11011001 | 0 | 1100100 | 1010 | 110 | 100110010 | 1100100 | 101111 |
Color Harmonies of #F000D9
Complementary color
Monochromatic Colors of #F000D9
Black with #F000D9
Text Example
Text Example
White with #F000D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000D9; }
p { color: rgb(240,0,217); }
H1.HeaderClassName
{
color: #F000D9;
}
.AnyTagClassName
{
color: #F000D9;
}
</style>
background-color css
<style>
a { background-color: #F000D9; }
a { background-color: rgb(240,0,217); }
div.DivClassName
{
background-color: #F000D9;
}
.BgClassName
{
background-color: #F000D9;
}
</style>
border-color css
<style>
span { border-color: #F000D9; }
span { border-color: rgb(240,0,217); }
td.TdClassName
{
border-color: #F000D9;
}
.TagClassName
{
border-color: #F000D9;
}
</style>