Shades of Magenta #F209EC
Tints of Magenta #F209EC
RGB
CMYK
RGB Variations
Color information
#F209EC (or 0xF209EC) is known color: Magenta. HEX triplet: F2, 09 and EC. RGB value is (242,9,236). Sum of RGB (Red+Green+Blue) = 242+9+236=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 9 (3.91% from 255 or 1.85% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F209EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F209EC is #0DF613. Grayscale: #676767. Windows color (decimal): -914964 or 15469042. OLE color: 15469042.
HSL color Cylindrical-coordinate representation of color #F209EC: hue angle of 301.55º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F209EC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 236 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.05 |
| HSL | 301.55º | 0.93% | 0.49% | - |
| HSV(B) | 301.55º | 0.96% | 0.95% | - |
| XYZ | 51.86 | 25.13 | 81.47 | - |
| YUV | 104.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 236 | 0 | 0.96 | 0.02 | 0.05 | 301.55 | 0.93 | 0.49 |
| Hex | F2 | 9 | EC | 0 | 60 | 2 | 5 | 12E | 5D | 31 |
| Octal | 362 | 11 | 354 | 0 | 140 | 2 | 5 | 456 | 135 | 61 |
| Binary | 11110010 | 1001 | 11101100 | 0 | 1100000 | 10 | 101 | 100101110 | 1011101 | 110001 |
Color Harmonies of #F209EC
Complementary color
Monochromatic Colors of #F209EC
Black with #F209EC
Text Example
Text Example
White with #F209EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F209EC; }
p { color: rgb(242,9,236); }
H1.HeaderClassName
{
color: #F209EC;
}
.AnyTagClassName
{
color: #F209EC;
}
</style>
background-color css
<style>
a { background-color: #F209EC; }
a { background-color: rgb(242,9,236); }
div.DivClassName
{
background-color: #F209EC;
}
.BgClassName
{
background-color: #F209EC;
}
</style>
border-color css
<style>
span { border-color: #F209EC; }
span { border-color: rgb(242,9,236); }
td.TdClassName
{
border-color: #F209EC;
}
.TagClassName
{
border-color: #F209EC;
}
</style>