Shades of Magenta #F007ED
Tints of Magenta #F007ED
RGB
CMYK
RGB Variations
Color information
#F007ED (or 0xF007ED) is known color: Magenta. HEX triplet: F0, 07 and ED. RGB value is (240,7,237). Sum of RGB (Red+Green+Blue) = 240+7+237=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F007ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007ED is #0FF812. Grayscale: #666666. Windows color (decimal): -1046547 or 15534064. OLE color: 15534064.
HSL color Cylindrical-coordinate representation of color #F007ED: hue angle of 300.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007ED is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 237 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.06 |
| HSL | 300.77º | 0.94% | 0.48% | - |
| HSV(B) | 300.77º | 0.97% | 0.94% | - |
| XYZ | 51.3 | 24.79 | 82.2 | - |
| YUV | 102.89 | 203.69 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 237 | 0 | 0.97 | 0.01 | 0.06 | 300.77 | 0.94 | 0.48 |
| Hex | F0 | 7 | ED | 0 | 61 | 1 | 6 | 12D | 5E | 30 |
| Octal | 360 | 7 | 355 | 0 | 141 | 1 | 6 | 455 | 136 | 60 |
| Binary | 11110000 | 111 | 11101101 | 0 | 1100001 | 1 | 110 | 100101101 | 1011110 | 110000 |
Color Harmonies of #F007ED
Complementary color
Monochromatic Colors of #F007ED
Black with #F007ED
Text Example
Text Example
White with #F007ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007ED; }
p { color: rgb(240,7,237); }
H1.HeaderClassName
{
color: #F007ED;
}
.AnyTagClassName
{
color: #F007ED;
}
</style>
background-color css
<style>
a { background-color: #F007ED; }
a { background-color: rgb(240,7,237); }
div.DivClassName
{
background-color: #F007ED;
}
.BgClassName
{
background-color: #F007ED;
}
</style>
border-color css
<style>
span { border-color: #F007ED; }
span { border-color: rgb(240,7,237); }
td.TdClassName
{
border-color: #F007ED;
}
.TagClassName
{
border-color: #F007ED;
}
</style>