Shades of Hot Magenta #F609DF
Tints of Hot Magenta #F609DF
RGB
CMYK
RGB Variations
Color information
#F609DF (or 0xF609DF) is known color: Hot Magenta. HEX triplet: F6, 09 and DF. RGB value is (246,9,223). Sum of RGB (Red+Green+Blue) = 246+9+223=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F609DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F609DF is #09F620. Grayscale: #676767. Windows color (decimal): -652833 or 14617078. OLE color: 14617078.
HSL color Cylindrical-coordinate representation of color #F609DF: hue angle of 305.82º 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 #F609DF is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.04 |
| HSL | 305.82º | 0.93% | 0.5% | - |
| HSV(B) | 305.82º | 0.96% | 0.96% | - |
| XYZ | 51.42 | 25.12 | 71.95 | - |
| YUV | 104.26 | 195.02 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 223 | 0 | 0.96 | 0.09 | 0.04 | 305.82 | 0.93 | 0.5 |
| Hex | F6 | 9 | DF | 0 | 60 | 9 | 4 | 132 | 5D | 32 |
| Octal | 366 | 11 | 337 | 0 | 140 | 11 | 4 | 462 | 135 | 62 |
| Binary | 11110110 | 1001 | 11011111 | 0 | 1100000 | 1001 | 100 | 100110010 | 1011101 | 110010 |
Color Harmonies of #F609DF
Complementary color
Monochromatic Colors of #F609DF
Black with #F609DF
Text Example
Text Example
White with #F609DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F609DF; }
p { color: rgb(246,9,223); }
H1.HeaderClassName
{
color: #F609DF;
}
.AnyTagClassName
{
color: #F609DF;
}
</style>
background-color css
<style>
a { background-color: #F609DF; }
a { background-color: rgb(246,9,223); }
div.DivClassName
{
background-color: #F609DF;
}
.BgClassName
{
background-color: #F609DF;
}
</style>
border-color css
<style>
span { border-color: #F609DF; }
span { border-color: rgb(246,9,223); }
td.TdClassName
{
border-color: #F609DF;
}
.TagClassName
{
border-color: #F609DF;
}
</style>