Shades of Hot Magenta #F702CB
Tints of Hot Magenta #F702CB
RGB
CMYK
RGB Variations
Color information
#F702CB (or 0xF702CB) is known color: Hot Magenta. HEX triplet: F7, 02 and CB. RGB value is (247,2,203). Sum of RGB (Red+Green+Blue) = 247+2+203=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F702CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702CB is #08FD34. Grayscale: #616161. Windows color (decimal): -589109 or 13304567. OLE color: 13304567.
HSL color Cylindrical-coordinate representation of color #F702CB: hue angle of 310.78º 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 #F702CB is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.03 |
| HSL | 310.78º | 0.98% | 0.49% | - |
| HSV(B) | 310.78º | 0.99% | 0.97% | - |
| XYZ | 49.16 | 24.13 | 58.57 | - |
| YUV | 98.17 | 187.17 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 203 | 0 | 0.99 | 0.18 | 0.03 | 310.78 | 0.98 | 0.49 |
| Hex | F7 | 2 | CB | 0 | 63 | 12 | 3 | 137 | 62 | 31 |
| Octal | 367 | 2 | 313 | 0 | 143 | 22 | 3 | 467 | 142 | 61 |
| Binary | 11110111 | 10 | 11001011 | 0 | 1100011 | 10010 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F702CB
Complementary color
Monochromatic Colors of #F702CB
Black with #F702CB
Text Example
Text Example
White with #F702CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702CB; }
p { color: rgb(247,2,203); }
H1.HeaderClassName
{
color: #F702CB;
}
.AnyTagClassName
{
color: #F702CB;
}
</style>
background-color css
<style>
a { background-color: #F702CB; }
a { background-color: rgb(247,2,203); }
div.DivClassName
{
background-color: #F702CB;
}
.BgClassName
{
background-color: #F702CB;
}
</style>
border-color css
<style>
span { border-color: #F702CB; }
span { border-color: rgb(247,2,203); }
td.TdClassName
{
border-color: #F702CB;
}
.TagClassName
{
border-color: #F702CB;
}
</style>