Shades of Magenta #F703ED
Tints of Magenta #F703ED
RGB
CMYK
RGB Variations
Color information
#F703ED (or 0xF703ED) is known color: Magenta. HEX triplet: F7, 03 and ED. RGB value is (247,3,237). Sum of RGB (Red+Green+Blue) = 247+3+237=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 3 (1.56% from 255 or 0.62% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F703ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703ED is #08FC12. Grayscale: #656565. Windows color (decimal): -588819 or 15533047. OLE color: 15533047.
HSL color Cylindrical-coordinate representation of color #F703ED: hue angle of 302.46º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703ED is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 237 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.03 |
| HSL | 302.46º | 0.98% | 0.49% | - |
| HSV(B) | 302.46º | 0.99% | 0.97% | - |
| XYZ | 53.68 | 25.95 | 82.3 | - |
| YUV | 102.63 | 203.84 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 237 | 0 | 0.99 | 0.04 | 0.03 | 302.46 | 0.98 | 0.49 |
| Hex | F7 | 3 | ED | 0 | 63 | 4 | 3 | 12E | 62 | 31 |
| Octal | 367 | 3 | 355 | 0 | 143 | 4 | 3 | 456 | 142 | 61 |
| Binary | 11110111 | 11 | 11101101 | 0 | 1100011 | 100 | 11 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F703ED
Complementary color
Monochromatic Colors of #F703ED
Black with #F703ED
Text Example
Text Example
White with #F703ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703ED; }
p { color: rgb(247,3,237); }
H1.HeaderClassName
{
color: #F703ED;
}
.AnyTagClassName
{
color: #F703ED;
}
</style>
background-color css
<style>
a { background-color: #F703ED; }
a { background-color: rgb(247,3,237); }
div.DivClassName
{
background-color: #F703ED;
}
.BgClassName
{
background-color: #F703ED;
}
</style>
border-color css
<style>
span { border-color: #F703ED; }
span { border-color: rgb(247,3,237); }
td.TdClassName
{
border-color: #F703ED;
}
.TagClassName
{
border-color: #F703ED;
}
</style>