Shades of Magenta #F700ED
Tints of Magenta #F700ED
RGB
CMYK
RGB Variations
Color information
#F700ED (or 0xF700ED) is known color: Magenta. HEX triplet: F7, 00 and ED. RGB value is (247,0,237). Sum of RGB (Red+Green+Blue) = 247+0+237=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F700ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700ED is #08FF12. Grayscale: #646464. Windows color (decimal): -589587 or 15532279. OLE color: 15532279.
HSL color Cylindrical-coordinate representation of color #F700ED: hue angle of 302.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700ED is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 237 | - |
| CMYK | 0 | 1 | 0.04 | 0.03 |
| HSL | 302.43º | 1% | 0.48% | - |
| HSV(B) | 302.43º | 1% | 0.97% | - |
| XYZ | 53.64 | 25.89 | 82.29 | - |
| YUV | 100.87 | 204.83 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 237 | 0 | 1 | 0.04 | 0.03 | 302.43 | 1 | 0.48 |
| Hex | F7 | 0 | ED | 0 | 64 | 4 | 3 | 12E | 64 | 30 |
| Octal | 367 | 0 | 355 | 0 | 144 | 4 | 3 | 456 | 144 | 60 |
| Binary | 11110111 | 0 | 11101101 | 0 | 1100100 | 100 | 11 | 100101110 | 1100100 | 110000 |
Color Harmonies of #F700ED
Complementary color
Monochromatic Colors of #F700ED
Black with #F700ED
Text Example
Text Example
White with #F700ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700ED; }
p { color: rgb(247,0,237); }
H1.HeaderClassName
{
color: #F700ED;
}
.AnyTagClassName
{
color: #F700ED;
}
</style>
background-color css
<style>
a { background-color: #F700ED; }
a { background-color: rgb(247,0,237); }
div.DivClassName
{
background-color: #F700ED;
}
.BgClassName
{
background-color: #F700ED;
}
</style>
border-color css
<style>
span { border-color: #F700ED; }
span { border-color: rgb(247,0,237); }
td.TdClassName
{
border-color: #F700ED;
}
.TagClassName
{
border-color: #F700ED;
}
</style>