Shades of Hot Magenta #F009DF
Tints of Hot Magenta #F009DF
RGB
CMYK
RGB Variations
Color information
#F009DF (or 0xF009DF) is known color: Hot Magenta. HEX triplet: F0, 09 and DF. RGB value is (240,9,223). Sum of RGB (Red+Green+Blue) = 240+9+223=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 9 (3.91% from 255 or 1.91% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F009DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009DF is #0FF620. Grayscale: #656565. Windows color (decimal): -1046049 or 14617072. OLE color: 14617072.
HSL color Cylindrical-coordinate representation of color #F009DF: hue angle of 304.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009DF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.06 |
| HSL | 304.42º | 0.93% | 0.49% | - |
| HSV(B) | 304.42º | 0.96% | 0.94% | - |
| XYZ | 49.35 | 24.05 | 71.85 | - |
| YUV | 102.47 | 196.03 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 223 | 0 | 0.96 | 0.07 | 0.06 | 304.42 | 0.93 | 0.49 |
| Hex | F0 | 9 | DF | 0 | 60 | 7 | 6 | 130 | 5D | 31 |
| Octal | 360 | 11 | 337 | 0 | 140 | 7 | 6 | 460 | 135 | 61 |
| Binary | 11110000 | 1001 | 11011111 | 0 | 1100000 | 111 | 110 | 100110000 | 1011101 | 110001 |
Color Harmonies of #F009DF
Complementary color
Monochromatic Colors of #F009DF
Black with #F009DF
Text Example
Text Example
White with #F009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009DF; }
p { color: rgb(240,9,223); }
H1.HeaderClassName
{
color: #F009DF;
}
.AnyTagClassName
{
color: #F009DF;
}
</style>
background-color css
<style>
a { background-color: #F009DF; }
a { background-color: rgb(240,9,223); }
div.DivClassName
{
background-color: #F009DF;
}
.BgClassName
{
background-color: #F009DF;
}
</style>
border-color css
<style>
span { border-color: #F009DF; }
span { border-color: rgb(240,9,223); }
td.TdClassName
{
border-color: #F009DF;
}
.TagClassName
{
border-color: #F009DF;
}
</style>