Shades of Magenta #F409FF
Tints of Magenta #F409FF
RGB
CMYK
RGB Variations
Color information
#F409FF (or 0xF409FF) is known color: Magenta. HEX triplet: F4, 09 and FF. RGB value is (244,9,255). Sum of RGB (Red+Green+Blue) = 244+9+255=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 9 (3.91% from 255 or 1.77% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #F409FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F409FF is #0BF600. Grayscale: #6A6A6A. Windows color (decimal): -783873 or 16714228. OLE color: 16714228.
HSL color Cylindrical-coordinate representation of color #F409FF: hue angle of 297.32º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F409FF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 9 | 255 | - |
| CMYK | 0.04 | 0.96 | 0 | 0 |
| HSL | 297.32º | 1% | 0.52% | - |
| HSV(B) | 297.32º | 0.96% | 1% | - |
| XYZ | 55.46 | 26.65 | 96.83 | - |
| YUV | 107.31 | 211.36 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 255 | 0.04 | 0.96 | 0 | 0 | 297.32 | 1 | 0.52 |
| Hex | F4 | 9 | FF | 4 | 60 | 0 | 0 | 129 | 64 | 34 |
| Octal | 364 | 11 | 377 | 4 | 140 | 0 | 0 | 451 | 144 | 64 |
| Binary | 11110100 | 1001 | 11111111 | 100 | 1100000 | 0 | 0 | 100101001 | 1100100 | 110100 |
Color Harmonies of #F409FF
Complementary color
Monochromatic Colors of #F409FF
Black with #F409FF
Text Example
Text Example
White with #F409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F409FF; }
p { color: rgb(244,9,255); }
H1.HeaderClassName
{
color: #F409FF;
}
.AnyTagClassName
{
color: #F409FF;
}
</style>
background-color css
<style>
a { background-color: #F409FF; }
a { background-color: rgb(244,9,255); }
div.DivClassName
{
background-color: #F409FF;
}
.BgClassName
{
background-color: #F409FF;
}
</style>
border-color css
<style>
span { border-color: #F409FF; }
span { border-color: rgb(244,9,255); }
td.TdClassName
{
border-color: #F409FF;
}
.TagClassName
{
border-color: #F409FF;
}
</style>