Shades of Hot Magenta #F702DA
Tints of Hot Magenta #F702DA
RGB
CMYK
RGB Variations
Color information
#F702DA (or 0xF702DA) is known color: Hot Magenta. HEX triplet: F7, 02 and DA. RGB value is (247,2,218). Sum of RGB (Red+Green+Blue) = 247+2+218=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DA is #08FD25. Grayscale: #636363. Windows color (decimal): -589094 or 14287607. OLE color: 14287607.
HSL color Cylindrical-coordinate representation of color #F702DA: hue angle of 307.1º 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 #F702DA is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.03 |
| HSL | 307.1º | 0.98% | 0.49% | - |
| HSV(B) | 307.1º | 0.99% | 0.97% | - |
| XYZ | 51.03 | 24.88 | 68.44 | - |
| YUV | 99.88 | 194.67 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 218 | 0 | 0.99 | 0.12 | 0.03 | 307.1 | 0.98 | 0.49 |
| Hex | F7 | 2 | DA | 0 | 63 | C | 3 | 133 | 62 | 31 |
| Octal | 367 | 2 | 332 | 0 | 143 | 14 | 3 | 463 | 142 | 61 |
| Binary | 11110111 | 10 | 11011010 | 0 | 1100011 | 1100 | 11 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F702DA
Complementary color
Monochromatic Colors of #F702DA
Black with #F702DA
Text Example
Text Example
White with #F702DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702DA; }
p { color: rgb(247,2,218); }
H1.HeaderClassName
{
color: #F702DA;
}
.AnyTagClassName
{
color: #F702DA;
}
</style>
background-color css
<style>
a { background-color: #F702DA; }
a { background-color: rgb(247,2,218); }
div.DivClassName
{
background-color: #F702DA;
}
.BgClassName
{
background-color: #F702DA;
}
</style>
border-color css
<style>
span { border-color: #F702DA; }
span { border-color: rgb(247,2,218); }
td.TdClassName
{
border-color: #F702DA;
}
.TagClassName
{
border-color: #F702DA;
}
</style>