Shades of Hot Magenta #F009D1
Tints of Hot Magenta #F009D1
RGB
CMYK
RGB Variations
Color information
#F009D1 (or 0xF009D1) is known color: Hot Magenta. HEX triplet: F0, 09 and D1. RGB value is (240,9,209). Sum of RGB (Red+Green+Blue) = 240+9+209=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F009D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009D1 is #0FF62E. Grayscale: #646464. Windows color (decimal): -1046063 or 13699568. OLE color: 13699568.
HSL color Cylindrical-coordinate representation of color #F009D1: hue angle of 308.05º 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 #F009D1 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.06 |
| HSL | 308.05º | 0.93% | 0.49% | - |
| HSV(B) | 308.05º | 0.96% | 0.94% | - |
| XYZ | 47.54 | 23.32 | 62.32 | - |
| YUV | 100.87 | 189.03 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 209 | 0 | 0.96 | 0.13 | 0.06 | 308.05 | 0.93 | 0.49 |
| Hex | F0 | 9 | D1 | 0 | 60 | D | 6 | 134 | 5D | 31 |
| Octal | 360 | 11 | 321 | 0 | 140 | 15 | 6 | 464 | 135 | 61 |
| Binary | 11110000 | 1001 | 11010001 | 0 | 1100000 | 1101 | 110 | 100110100 | 1011101 | 110001 |
Color Harmonies of #F009D1
Complementary color
Monochromatic Colors of #F009D1
Black with #F009D1
Text Example
Text Example
White with #F009D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009D1; }
p { color: rgb(240,9,209); }
H1.HeaderClassName
{
color: #F009D1;
}
.AnyTagClassName
{
color: #F009D1;
}
</style>
background-color css
<style>
a { background-color: #F009D1; }
a { background-color: rgb(240,9,209); }
div.DivClassName
{
background-color: #F009D1;
}
.BgClassName
{
background-color: #F009D1;
}
</style>
border-color css
<style>
span { border-color: #F009D1; }
span { border-color: rgb(240,9,209); }
td.TdClassName
{
border-color: #F009D1;
}
.TagClassName
{
border-color: #F009D1;
}
</style>