Shades of Magenta #F00AED
Tints of Magenta #F00AED
RGB
CMYK
RGB Variations
Color information
#F00AED (or 0xF00AED) is known color: Magenta. HEX triplet: F0, 0A and ED. RGB value is (240,10,237). Sum of RGB (Red+Green+Blue) = 240+10+237=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F00AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AED is #0FF512. Grayscale: #676767. Windows color (decimal): -1045779 or 15534832. OLE color: 15534832.
HSL color Cylindrical-coordinate representation of color #F00AED: hue angle of 300.78º degrees, saturation: 0.92, 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 #F00AED is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 237 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.06 |
| HSL | 300.78º | 0.92% | 0.49% | - |
| HSV(B) | 300.78º | 0.96% | 0.94% | - |
| XYZ | 51.33 | 24.86 | 82.21 | - |
| YUV | 104.65 | 202.7 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 237 | 0 | 0.96 | 0.01 | 0.06 | 300.78 | 0.92 | 0.49 |
| Hex | F0 | A | ED | 0 | 60 | 1 | 6 | 12D | 5C | 31 |
| Octal | 360 | 12 | 355 | 0 | 140 | 1 | 6 | 455 | 134 | 61 |
| Binary | 11110000 | 1010 | 11101101 | 0 | 1100000 | 1 | 110 | 100101101 | 1011100 | 110001 |
Color Harmonies of #F00AED
Complementary color
Monochromatic Colors of #F00AED
Black with #F00AED
Text Example
Text Example
White with #F00AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AED; }
p { color: rgb(240,10,237); }
H1.HeaderClassName
{
color: #F00AED;
}
.AnyTagClassName
{
color: #F00AED;
}
</style>
background-color css
<style>
a { background-color: #F00AED; }
a { background-color: rgb(240,10,237); }
div.DivClassName
{
background-color: #F00AED;
}
.BgClassName
{
background-color: #F00AED;
}
</style>
border-color css
<style>
span { border-color: #F00AED; }
span { border-color: rgb(240,10,237); }
td.TdClassName
{
border-color: #F00AED;
}
.TagClassName
{
border-color: #F00AED;
}
</style>