Shades of Hot Magenta #F709DD
Tints of Hot Magenta #F709DD
RGB
CMYK
RGB Variations
Color information
#F709DD (or 0xF709DD) is known color: Hot Magenta. HEX triplet: F7, 09 and DD. RGB value is (247,9,221). Sum of RGB (Red+Green+Blue) = 247+9+221=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F709DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F709DD is #08F622. Grayscale: #676767. Windows color (decimal): -587299 or 14486007. OLE color: 14486007.
HSL color Cylindrical-coordinate representation of color #F709DD: hue angle of 306.55º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F709DD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.03 |
| HSL | 306.55º | 0.94% | 0.5% | - |
| HSV(B) | 306.55º | 0.96% | 0.97% | - |
| XYZ | 51.51 | 25.19 | 70.55 | - |
| YUV | 104.33 | 193.85 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 221 | 0 | 0.96 | 0.11 | 0.03 | 306.55 | 0.94 | 0.5 |
| Hex | F7 | 9 | DD | 0 | 60 | B | 3 | 133 | 5E | 32 |
| Octal | 367 | 11 | 335 | 0 | 140 | 13 | 3 | 463 | 136 | 62 |
| Binary | 11110111 | 1001 | 11011101 | 0 | 1100000 | 1011 | 11 | 100110011 | 1011110 | 110010 |
Color Harmonies of #F709DD
Complementary color
Monochromatic Colors of #F709DD
Black with #F709DD
Text Example
Text Example
White with #F709DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709DD; }
p { color: rgb(247,9,221); }
H1.HeaderClassName
{
color: #F709DD;
}
.AnyTagClassName
{
color: #F709DD;
}
</style>
background-color css
<style>
a { background-color: #F709DD; }
a { background-color: rgb(247,9,221); }
div.DivClassName
{
background-color: #F709DD;
}
.BgClassName
{
background-color: #F709DD;
}
</style>
border-color css
<style>
span { border-color: #F709DD; }
span { border-color: rgb(247,9,221); }
td.TdClassName
{
border-color: #F709DD;
}
.TagClassName
{
border-color: #F709DD;
}
</style>