Shades of Magenta #F609ED
Tints of Magenta #F609ED
RGB
CMYK
RGB Variations
Color information
#F609ED (or 0xF609ED) is known color: Magenta. HEX triplet: F6, 09 and ED. RGB value is (246,9,237). Sum of RGB (Red+Green+Blue) = 246+9+237=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 9 (3.91% from 255 or 1.83% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F609ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F609ED is #09F612. Grayscale: #696969. Windows color (decimal): -652819 or 15534582. OLE color: 15534582.
HSL color Cylindrical-coordinate representation of color #F609ED: hue angle of 302.28º 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 #F609ED is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 237 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.04 |
| HSL | 302.28º | 0.93% | 0.5% | - |
| HSV(B) | 302.28º | 0.96% | 0.96% | - |
| XYZ | 53.39 | 25.9 | 82.31 | - |
| YUV | 105.86 | 202.02 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 237 | 0 | 0.96 | 0.04 | 0.04 | 302.28 | 0.93 | 0.5 |
| Hex | F6 | 9 | ED | 0 | 60 | 4 | 4 | 12E | 5D | 32 |
| Octal | 366 | 11 | 355 | 0 | 140 | 4 | 4 | 456 | 135 | 62 |
| Binary | 11110110 | 1001 | 11101101 | 0 | 1100000 | 100 | 100 | 100101110 | 1011101 | 110010 |
Color Harmonies of #F609ED
Complementary color
Monochromatic Colors of #F609ED
Black with #F609ED
Text Example
Text Example
White with #F609ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F609ED; }
p { color: rgb(246,9,237); }
H1.HeaderClassName
{
color: #F609ED;
}
.AnyTagClassName
{
color: #F609ED;
}
</style>
background-color css
<style>
a { background-color: #F609ED; }
a { background-color: rgb(246,9,237); }
div.DivClassName
{
background-color: #F609ED;
}
.BgClassName
{
background-color: #F609ED;
}
</style>
border-color css
<style>
span { border-color: #F609ED; }
span { border-color: rgb(246,9,237); }
td.TdClassName
{
border-color: #F609ED;
}
.TagClassName
{
border-color: #F609ED;
}
</style>