Shades of Magenta #F009ED
Tints of Magenta #F009ED
RGB
CMYK
RGB Variations
Color information
#F009ED (or 0xF009ED) is known color: Magenta. HEX triplet: F0, 09 and ED. RGB value is (240,9,237). Sum of RGB (Red+Green+Blue) = 240+9+237=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 9 (3.91% from 255 or 1.85% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F009ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F009ED is #0FF612. Grayscale: #676767. Windows color (decimal): -1046035 or 15534576. OLE color: 15534576.
HSL color Cylindrical-coordinate representation of color #F009ED: hue angle of 300.78º 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 #F009ED is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 237 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.06 |
| HSL | 300.78º | 0.93% | 0.49% | - |
| HSV(B) | 300.78º | 0.96% | 0.94% | - |
| XYZ | 51.32 | 24.84 | 82.21 | - |
| YUV | 104.06 | 203.03 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 237 | 0 | 0.96 | 0.01 | 0.06 | 300.78 | 0.93 | 0.49 |
| Hex | F0 | 9 | ED | 0 | 60 | 1 | 6 | 12D | 5D | 31 |
| Octal | 360 | 11 | 355 | 0 | 140 | 1 | 6 | 455 | 135 | 61 |
| Binary | 11110000 | 1001 | 11101101 | 0 | 1100000 | 1 | 110 | 100101101 | 1011101 | 110001 |
Color Harmonies of #F009ED
Complementary color
Monochromatic Colors of #F009ED
Black with #F009ED
Text Example
Text Example
White with #F009ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009ED; }
p { color: rgb(240,9,237); }
H1.HeaderClassName
{
color: #F009ED;
}
.AnyTagClassName
{
color: #F009ED;
}
</style>
background-color css
<style>
a { background-color: #F009ED; }
a { background-color: rgb(240,9,237); }
div.DivClassName
{
background-color: #F009ED;
}
.BgClassName
{
background-color: #F009ED;
}
</style>
border-color css
<style>
span { border-color: #F009ED; }
span { border-color: rgb(240,9,237); }
td.TdClassName
{
border-color: #F009ED;
}
.TagClassName
{
border-color: #F009ED;
}
</style>