Shades of Hot Magenta #F703CA
Tints of Hot Magenta #F703CA
RGB
CMYK
RGB Variations
Color information
#F703CA (or 0xF703CA) is known color: Hot Magenta. HEX triplet: F7, 03 and CA. RGB value is (247,3,202). Sum of RGB (Red+Green+Blue) = 247+3+202=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F703CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703CA is #08FC35. Grayscale: #626262. Windows color (decimal): -588854 or 13239287. OLE color: 13239287.
HSL color Cylindrical-coordinate representation of color #F703CA: hue angle of 311.07º 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 #F703CA is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.03 |
| HSL | 311.07º | 0.98% | 0.49% | - |
| HSV(B) | 311.07º | 0.99% | 0.97% | - |
| XYZ | 49.05 | 24.1 | 57.94 | - |
| YUV | 98.64 | 186.34 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 202 | 0 | 0.99 | 0.18 | 0.03 | 311.07 | 0.98 | 0.49 |
| Hex | F7 | 3 | CA | 0 | 63 | 12 | 3 | 137 | 62 | 31 |
| Octal | 367 | 3 | 312 | 0 | 143 | 22 | 3 | 467 | 142 | 61 |
| Binary | 11110111 | 11 | 11001010 | 0 | 1100011 | 10010 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F703CA
Complementary color
Monochromatic Colors of #F703CA
Black with #F703CA
Text Example
Text Example
White with #F703CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703CA; }
p { color: rgb(247,3,202); }
H1.HeaderClassName
{
color: #F703CA;
}
.AnyTagClassName
{
color: #F703CA;
}
</style>
background-color css
<style>
a { background-color: #F703CA; }
a { background-color: rgb(247,3,202); }
div.DivClassName
{
background-color: #F703CA;
}
.BgClassName
{
background-color: #F703CA;
}
</style>
border-color css
<style>
span { border-color: #F703CA; }
span { border-color: rgb(247,3,202); }
td.TdClassName
{
border-color: #F703CA;
}
.TagClassName
{
border-color: #F703CA;
}
</style>