Shades of Hot Magenta #F409CF
Tints of Hot Magenta #F409CF
RGB
CMYK
RGB Variations
Color information
#F409CF (or 0xF409CF) is known color: Hot Magenta. HEX triplet: F4, 09 and CF. RGB value is (244,9,207). Sum of RGB (Red+Green+Blue) = 244+9+207=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F409CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F409CF is #0BF630. Grayscale: #656565. Windows color (decimal): -783921 or 13568500. OLE color: 13568500.
HSL color Cylindrical-coordinate representation of color #F409CF: hue angle of 309.45º 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 #F409CF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.04 |
| HSL | 309.45º | 0.93% | 0.5% | - |
| HSV(B) | 309.45º | 0.96% | 0.96% | - |
| XYZ | 48.67 | 23.93 | 61.09 | - |
| YUV | 101.84 | 187.36 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 207 | 0 | 0.96 | 0.15 | 0.04 | 309.45 | 0.93 | 0.5 |
| Hex | F4 | 9 | CF | 0 | 60 | F | 4 | 135 | 5D | 32 |
| Octal | 364 | 11 | 317 | 0 | 140 | 17 | 4 | 465 | 135 | 62 |
| Binary | 11110100 | 1001 | 11001111 | 0 | 1100000 | 1111 | 100 | 100110101 | 1011101 | 110010 |
Color Harmonies of #F409CF
Complementary color
Monochromatic Colors of #F409CF
Black with #F409CF
Text Example
Text Example
White with #F409CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409CF; }
p { color: rgb(244,9,207); }
H1.HeaderClassName
{
color: #F409CF;
}
.AnyTagClassName
{
color: #F409CF;
}
</style>
background-color css
<style>
a { background-color: #F409CF; }
a { background-color: rgb(244,9,207); }
div.DivClassName
{
background-color: #F409CF;
}
.BgClassName
{
background-color: #F409CF;
}
</style>
border-color css
<style>
span { border-color: #F409CF; }
span { border-color: rgb(244,9,207); }
td.TdClassName
{
border-color: #F409CF;
}
.TagClassName
{
border-color: #F409CF;
}
</style>