Shades of Magenta #F703FD
Tints of Magenta #F703FD
RGB
CMYK
RGB Variations
Color information
#F703FD (or 0xF703FD) is known color: Magenta. HEX triplet: F7, 03 and FD. RGB value is (247,3,253). Sum of RGB (Red+Green+Blue) = 247+3+253=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 3 (1.56% from 255 or 0.60% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #F703FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703FD is #08FC02. Grayscale: #676767. Windows color (decimal): -588803 or 16581623. OLE color: 16581623.
HSL color Cylindrical-coordinate representation of color #F703FD: hue angle of 298.56º 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 #F703FD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 3 | 253 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.01 |
| HSL | 298.56º | 0.98% | 0.5% | - |
| HSV(B) | 298.56º | 0.99% | 0.99% | - |
| XYZ | 56.12 | 26.93 | 95.17 | - |
| YUV | 104.46 | 211.84 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 253 | 0.02 | 0.99 | 0 | 0.01 | 298.56 | 0.98 | 0.5 |
| Hex | F7 | 3 | FD | 2 | 63 | 0 | 1 | 12B | 62 | 32 |
| Octal | 367 | 3 | 375 | 2 | 143 | 0 | 1 | 453 | 142 | 62 |
| Binary | 11110111 | 11 | 11111101 | 10 | 1100011 | 0 | 1 | 100101011 | 1100010 | 110010 |
Color Harmonies of #F703FD
Complementary color
Monochromatic Colors of #F703FD
Black with #F703FD
Text Example
Text Example
White with #F703FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703FD; }
p { color: rgb(247,3,253); }
H1.HeaderClassName
{
color: #F703FD;
}
.AnyTagClassName
{
color: #F703FD;
}
</style>
background-color css
<style>
a { background-color: #F703FD; }
a { background-color: rgb(247,3,253); }
div.DivClassName
{
background-color: #F703FD;
}
.BgClassName
{
background-color: #F703FD;
}
</style>
border-color css
<style>
span { border-color: #F703FD; }
span { border-color: rgb(247,3,253); }
td.TdClassName
{
border-color: #F703FD;
}
.TagClassName
{
border-color: #F703FD;
}
</style>