Shades of Hot Magenta #F009CE
Tints of Hot Magenta #F009CE
RGB
CMYK
RGB Variations
Color information
#F009CE (or 0xF009CE) is known color: Hot Magenta. HEX triplet: F0, 09 and CE. RGB value is (240,9,206). Sum of RGB (Red+Green+Blue) = 240+9+206=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CE is #0FF631. Grayscale: #636363. Windows color (decimal): -1046066 or 13502960. OLE color: 13502960.
HSL color Cylindrical-coordinate representation of color #F009CE: hue angle of 308.83º 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 #F009CE is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.06 |
| HSL | 308.83º | 0.93% | 0.49% | - |
| HSV(B) | 308.83º | 0.96% | 0.94% | - |
| XYZ | 47.17 | 23.18 | 60.38 | - |
| YUV | 100.53 | 187.53 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 206 | 0 | 0.96 | 0.14 | 0.06 | 308.83 | 0.93 | 0.49 |
| Hex | F0 | 9 | CE | 0 | 60 | E | 6 | 135 | 5D | 31 |
| Octal | 360 | 11 | 316 | 0 | 140 | 16 | 6 | 465 | 135 | 61 |
| Binary | 11110000 | 1001 | 11001110 | 0 | 1100000 | 1110 | 110 | 100110101 | 1011101 | 110001 |
Color Harmonies of #F009CE
Complementary color
Monochromatic Colors of #F009CE
Black with #F009CE
Text Example
Text Example
White with #F009CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009CE; }
p { color: rgb(240,9,206); }
H1.HeaderClassName
{
color: #F009CE;
}
.AnyTagClassName
{
color: #F009CE;
}
</style>
background-color css
<style>
a { background-color: #F009CE; }
a { background-color: rgb(240,9,206); }
div.DivClassName
{
background-color: #F009CE;
}
.BgClassName
{
background-color: #F009CE;
}
</style>
border-color css
<style>
span { border-color: #F009CE; }
span { border-color: rgb(240,9,206); }
td.TdClassName
{
border-color: #F009CE;
}
.TagClassName
{
border-color: #F009CE;
}
</style>