Shades of Hot Magenta #F009CF
Tints of Hot Magenta #F009CF
RGB
CMYK
RGB Variations
Color information
#F009CF (or 0xF009CF) is known color: Hot Magenta. HEX triplet: F0, 09 and CF. RGB value is (240,9,207). Sum of RGB (Red+Green+Blue) = 240+9+207=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 9 (3.91% from 255 or 1.97% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CF is #0FF630. Grayscale: #646464. Windows color (decimal): -1046065 or 13568496. OLE color: 13568496.
HSL color Cylindrical-coordinate representation of color #F009CF: hue angle of 308.57º 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 #F009CF is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.06 |
| HSL | 308.57º | 0.93% | 0.49% | - |
| HSV(B) | 308.57º | 0.96% | 0.94% | - |
| XYZ | 47.3 | 23.23 | 61.02 | - |
| YUV | 100.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 207 | 0 | 0.96 | 0.14 | 0.06 | 308.57 | 0.93 | 0.49 |
| Hex | F0 | 9 | CF | 0 | 60 | E | 6 | 135 | 5D | 31 |
| Octal | 360 | 11 | 317 | 0 | 140 | 16 | 6 | 465 | 135 | 61 |
| Binary | 11110000 | 1001 | 11001111 | 0 | 1100000 | 1110 | 110 | 100110101 | 1011101 | 110001 |
Color Harmonies of #F009CF
Complementary color
Monochromatic Colors of #F009CF
Black with #F009CF
Text Example
Text Example
White with #F009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009CF; }
p { color: rgb(240,9,207); }
H1.HeaderClassName
{
color: #F009CF;
}
.AnyTagClassName
{
color: #F009CF;
}
</style>
background-color css
<style>
a { background-color: #F009CF; }
a { background-color: rgb(240,9,207); }
div.DivClassName
{
background-color: #F009CF;
}
.BgClassName
{
background-color: #F009CF;
}
</style>
border-color css
<style>
span { border-color: #F009CF; }
span { border-color: rgb(240,9,207); }
td.TdClassName
{
border-color: #F009CF;
}
.TagClassName
{
border-color: #F009CF;
}
</style>