Shades of Magenta #F703F4
Tints of Magenta #F703F4
RGB
CMYK
RGB Variations
Color information
#F703F4 (or 0xF703F4) is known color: Magenta. HEX triplet: F7, 03 and F4. RGB value is (247,3,244). Sum of RGB (Red+Green+Blue) = 247+3+244=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 3 (1.56% from 255 or 0.61% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F703F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703F4 is #08FC0B. Grayscale: #666666. Windows color (decimal): -588812 or 15991799. OLE color: 15991799.
HSL color Cylindrical-coordinate representation of color #F703F4: hue angle of 300.74º 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 #F703F4 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 244 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.03 |
| HSL | 300.74º | 0.98% | 0.49% | - |
| HSV(B) | 300.74º | 0.99% | 0.97% | - |
| XYZ | 54.72 | 26.37 | 87.79 | - |
| YUV | 103.43 | 207.34 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 244 | 0 | 0.99 | 0.01 | 0.03 | 300.74 | 0.98 | 0.49 |
| Hex | F7 | 3 | F4 | 0 | 63 | 1 | 3 | 12D | 62 | 31 |
| Octal | 367 | 3 | 364 | 0 | 143 | 1 | 3 | 455 | 142 | 61 |
| Binary | 11110111 | 11 | 11110100 | 0 | 1100011 | 1 | 11 | 100101101 | 1100010 | 110001 |
Color Harmonies of #F703F4
Complementary color
Monochromatic Colors of #F703F4
Black with #F703F4
Text Example
Text Example
White with #F703F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703F4; }
p { color: rgb(247,3,244); }
H1.HeaderClassName
{
color: #F703F4;
}
.AnyTagClassName
{
color: #F703F4;
}
</style>
background-color css
<style>
a { background-color: #F703F4; }
a { background-color: rgb(247,3,244); }
div.DivClassName
{
background-color: #F703F4;
}
.BgClassName
{
background-color: #F703F4;
}
</style>
border-color css
<style>
span { border-color: #F703F4; }
span { border-color: rgb(247,3,244); }
td.TdClassName
{
border-color: #F703F4;
}
.TagClassName
{
border-color: #F703F4;
}
</style>