Shades of Hot Magenta #F702C2
Tints of Hot Magenta #F702C2
RGB
CMYK
RGB Variations
Color information
#F702C2 (or 0xF702C2) is known color: Hot Magenta. HEX triplet: F7, 02 and C2. RGB value is (247,2,194). Sum of RGB (Red+Green+Blue) = 247+2+194=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F702C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702C2 is #08FD3D. Grayscale: #606060. Windows color (decimal): -589118 or 12714743. OLE color: 12714743.
HSL color Cylindrical-coordinate representation of color #F702C2: hue angle of 312.98º 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 #F702C2 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.03 |
| HSL | 312.98º | 0.98% | 0.49% | - |
| HSV(B) | 312.98º | 0.99% | 0.97% | - |
| XYZ | 48.12 | 23.71 | 53.08 | - |
| YUV | 97.14 | 182.67 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 194 | 0 | 0.99 | 0.21 | 0.03 | 312.98 | 0.98 | 0.49 |
| Hex | F7 | 2 | C2 | 0 | 63 | 15 | 3 | 139 | 62 | 31 |
| Octal | 367 | 2 | 302 | 0 | 143 | 25 | 3 | 471 | 142 | 61 |
| Binary | 11110111 | 10 | 11000010 | 0 | 1100011 | 10101 | 11 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F702C2
Complementary color
Monochromatic Colors of #F702C2
Black with #F702C2
Text Example
Text Example
White with #F702C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702C2; }
p { color: rgb(247,2,194); }
H1.HeaderClassName
{
color: #F702C2;
}
.AnyTagClassName
{
color: #F702C2;
}
</style>
background-color css
<style>
a { background-color: #F702C2; }
a { background-color: rgb(247,2,194); }
div.DivClassName
{
background-color: #F702C2;
}
.BgClassName
{
background-color: #F702C2;
}
</style>
border-color css
<style>
span { border-color: #F702C2; }
span { border-color: rgb(247,2,194); }
td.TdClassName
{
border-color: #F702C2;
}
.TagClassName
{
border-color: #F702C2;
}
</style>