Shades of Hot Magenta #F609DD
Tints of Hot Magenta #F609DD
RGB
CMYK
RGB Variations
Color information
#F609DD (or 0xF609DD) is known color: Hot Magenta. HEX triplet: F6, 09 and DD. RGB value is (246,9,221). Sum of RGB (Red+Green+Blue) = 246+9+221=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F609DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F609DD is #09F622. Grayscale: #676767. Windows color (decimal): -652835 or 14486006. OLE color: 14486006.
HSL color Cylindrical-coordinate representation of color #F609DD: hue angle of 306.33º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F609DD is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.04 |
| HSL | 306.33º | 0.93% | 0.5% | - |
| HSV(B) | 306.33º | 0.96% | 0.96% | - |
| XYZ | 51.15 | 25.01 | 70.54 | - |
| YUV | 104.03 | 194.02 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 221 | 0 | 0.96 | 0.10 | 0.04 | 306.33 | 0.93 | 0.5 |
| Hex | F6 | 9 | DD | 0 | 60 | A | 4 | 132 | 5D | 32 |
| Octal | 366 | 11 | 335 | 0 | 140 | 12 | 4 | 462 | 135 | 62 |
| Binary | 11110110 | 1001 | 11011101 | 0 | 1100000 | 1010 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F609DD
Complementary color
Monochromatic Colors of #F609DD
Black with #F609DD
Text Example
Text Example
White with #F609DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F609DD; }
p { color: rgb(246,9,221); }
H1.HeaderClassName
{
color: #F609DD;
}
.AnyTagClassName
{
color: #F609DD;
}
</style>
background-color css
<style>
a { background-color: #F609DD; }
a { background-color: rgb(246,9,221); }
div.DivClassName
{
background-color: #F609DD;
}
.BgClassName
{
background-color: #F609DD;
}
</style>
border-color css
<style>
span { border-color: #F609DD; }
span { border-color: rgb(246,9,221); }
td.TdClassName
{
border-color: #F609DD;
}
.TagClassName
{
border-color: #F609DD;
}
</style>