Shades of Hot Magenta #F701C0
Tints of Hot Magenta #F701C0
RGB
CMYK
RGB Variations
Color information
#F701C0 (or 0xF701C0) is known color: Hot Magenta. HEX triplet: F7, 01 and C0. RGB value is (247,1,192). Sum of RGB (Red+Green+Blue) = 247+1+192=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F701C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701C0 is #08FE3F. Grayscale: #5F5F5F. Windows color (decimal): -589376 or 12583415. OLE color: 12583415.
HSL color Cylindrical-coordinate representation of color #F701C0: hue angle of 313.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701C0 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.03 |
| HSL | 313.41º | 0.99% | 0.49% | - |
| HSV(B) | 313.41º | 1% | 0.97% | - |
| XYZ | 47.88 | 23.6 | 51.9 | - |
| YUV | 96.33 | 182 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 192 | 0 | 1.00 | 0.22 | 0.03 | 313.41 | 0.99 | 0.49 |
| Hex | F7 | 1 | C0 | 0 | 64 | 16 | 3 | 139 | 63 | 31 |
| Octal | 367 | 1 | 300 | 0 | 144 | 26 | 3 | 471 | 143 | 61 |
| Binary | 11110111 | 1 | 11000000 | 0 | 1100100 | 10110 | 11 | 100111001 | 1100011 | 110001 |
Color Harmonies of #F701C0
Complementary color
Monochromatic Colors of #F701C0
Black with #F701C0
Text Example
Text Example
White with #F701C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701C0; }
p { color: rgb(247,1,192); }
H1.HeaderClassName
{
color: #F701C0;
}
.AnyTagClassName
{
color: #F701C0;
}
</style>
background-color css
<style>
a { background-color: #F701C0; }
a { background-color: rgb(247,1,192); }
div.DivClassName
{
background-color: #F701C0;
}
.BgClassName
{
background-color: #F701C0;
}
</style>
border-color css
<style>
span { border-color: #F701C0; }
span { border-color: rgb(247,1,192); }
td.TdClassName
{
border-color: #F701C0;
}
.TagClassName
{
border-color: #F701C0;
}
</style>