Shades of Magenta #F000ED
Tints of Magenta #F000ED
RGB
CMYK
RGB Variations
Color information
#F000ED (or 0xF000ED) is known color: Magenta. HEX triplet: F0, 00 and ED. RGB value is (240,0,237). Sum of RGB (Red+Green+Blue) = 240+0+237=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F000ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000ED is #0FFF12. Grayscale: #626262. Windows color (decimal): -1048339 or 15532272. OLE color: 15532272.
HSL color Cylindrical-coordinate representation of color #F000ED: hue angle of 300.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000ED is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 237 | - |
| CMYK | 0 | 1 | 0.01 | 0.06 |
| HSL | 300.75º | 1% | 0.47% | - |
| HSV(B) | 300.75º | 1% | 0.94% | - |
| XYZ | 51.22 | 24.64 | 82.18 | - |
| YUV | 98.78 | 206.01 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 237 | 0 | 1 | 0.01 | 0.06 | 300.75 | 1 | 0.47 |
| Hex | F0 | 0 | ED | 0 | 64 | 1 | 6 | 12D | 64 | 2F |
| Octal | 360 | 0 | 355 | 0 | 144 | 1 | 6 | 455 | 144 | 57 |
| Binary | 11110000 | 0 | 11101101 | 0 | 1100100 | 1 | 110 | 100101101 | 1100100 | 101111 |
Color Harmonies of #F000ED
Complementary color
Monochromatic Colors of #F000ED
Black with #F000ED
Text Example
Text Example
White with #F000ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000ED; }
p { color: rgb(240,0,237); }
H1.HeaderClassName
{
color: #F000ED;
}
.AnyTagClassName
{
color: #F000ED;
}
</style>
background-color css
<style>
a { background-color: #F000ED; }
a { background-color: rgb(240,0,237); }
div.DivClassName
{
background-color: #F000ED;
}
.BgClassName
{
background-color: #F000ED;
}
</style>
border-color css
<style>
span { border-color: #F000ED; }
span { border-color: rgb(240,0,237); }
td.TdClassName
{
border-color: #F000ED;
}
.TagClassName
{
border-color: #F000ED;
}
</style>