Shades of Magenta #F703FC
Tints of Magenta #F703FC
RGB
CMYK
RGB Variations
Color information
#F703FC (or 0xF703FC) is known color: Magenta. HEX triplet: F7, 03 and FC. RGB value is (247,3,252). Sum of RGB (Red+Green+Blue) = 247+3+252=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 3 (1.56% from 255 or 0.60% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #F703FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703FC is #08FC03. Grayscale: #676767. Windows color (decimal): -588804 or 16516087. OLE color: 16516087.
HSL color Cylindrical-coordinate representation of color #F703FC: hue angle of 298.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703FC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 3 | 252 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.01 |
| HSL | 298.8º | 0.98% | 0.5% | - |
| HSV(B) | 298.8º | 0.99% | 0.99% | - |
| XYZ | 55.96 | 26.87 | 94.33 | - |
| YUV | 104.34 | 211.34 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 252 | 0.02 | 0.99 | 0 | 0.01 | 298.8 | 0.98 | 0.5 |
| Hex | F7 | 3 | FC | 2 | 63 | 0 | 1 | 12B | 62 | 32 |
| Octal | 367 | 3 | 374 | 2 | 143 | 0 | 1 | 453 | 142 | 62 |
| Binary | 11110111 | 11 | 11111100 | 10 | 1100011 | 0 | 1 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F703FC
Complementary color
Monochromatic Colors of #F703FC
Black with #F703FC
Text Example
Text Example
White with #F703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703FC; }
p { color: rgb(247,3,252); }
H1.HeaderClassName
{
color: #F703FC;
}
.AnyTagClassName
{
color: #F703FC;
}
</style>
background-color css
<style>
a { background-color: #F703FC; }
a { background-color: rgb(247,3,252); }
div.DivClassName
{
background-color: #F703FC;
}
.BgClassName
{
background-color: #F703FC;
}
</style>
border-color css
<style>
span { border-color: #F703FC; }
span { border-color: rgb(247,3,252); }
td.TdClassName
{
border-color: #F703FC;
}
.TagClassName
{
border-color: #F703FC;
}
</style>