Shades of Hot Magenta #F702CC
Tints of Hot Magenta #F702CC
RGB
CMYK
RGB Variations
Color information
#F702CC (or 0xF702CC) is known color: Hot Magenta. HEX triplet: F7, 02 and CC. RGB value is (247,2,204). Sum of RGB (Red+Green+Blue) = 247+2+204=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F702CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702CC is #08FD33. Grayscale: #616161. Windows color (decimal): -589108 or 13370103. OLE color: 13370103.
HSL color Cylindrical-coordinate representation of color #F702CC: hue angle of 310.53º 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 #F702CC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.03 |
| HSL | 310.53º | 0.98% | 0.49% | - |
| HSV(B) | 310.53º | 0.99% | 0.97% | - |
| XYZ | 49.28 | 24.18 | 59.2 | - |
| YUV | 98.28 | 187.67 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 204 | 0 | 0.99 | 0.17 | 0.03 | 310.53 | 0.98 | 0.49 |
| Hex | F7 | 2 | CC | 0 | 63 | 11 | 3 | 137 | 62 | 31 |
| Octal | 367 | 2 | 314 | 0 | 143 | 21 | 3 | 467 | 142 | 61 |
| Binary | 11110111 | 10 | 11001100 | 0 | 1100011 | 10001 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F702CC
Complementary color
Monochromatic Colors of #F702CC
Black with #F702CC
Text Example
Text Example
White with #F702CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702CC; }
p { color: rgb(247,2,204); }
H1.HeaderClassName
{
color: #F702CC;
}
.AnyTagClassName
{
color: #F702CC;
}
</style>
background-color css
<style>
a { background-color: #F702CC; }
a { background-color: rgb(247,2,204); }
div.DivClassName
{
background-color: #F702CC;
}
.BgClassName
{
background-color: #F702CC;
}
</style>
border-color css
<style>
span { border-color: #F702CC; }
span { border-color: rgb(247,2,204); }
td.TdClassName
{
border-color: #F702CC;
}
.TagClassName
{
border-color: #F702CC;
}
</style>