Shades of Hot Magenta #F701E2
Tints of Hot Magenta #F701E2
RGB
CMYK
RGB Variations
Color information
#F701E2 (or 0xF701E2) is known color: Hot Magenta. HEX triplet: F7, 01 and E2. RGB value is (247,1,226). Sum of RGB (Red+Green+Blue) = 247+1+226=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701E2 is #08FE1D. Grayscale: #636363. Windows color (decimal): -589342 or 14811639. OLE color: 14811639.
HSL color Cylindrical-coordinate representation of color #F701E2: hue angle of 305.12º 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 #F701E2 is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.03 |
| HSL | 305.12º | 0.99% | 0.49% | - |
| HSV(B) | 305.12º | 1% | 0.97% | - |
| XYZ | 52.1 | 25.29 | 74.09 | - |
| YUV | 100.2 | 199 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 226 | 0 | 1.00 | 0.09 | 0.03 | 305.12 | 0.99 | 0.49 |
| Hex | F7 | 1 | E2 | 0 | 64 | 9 | 3 | 131 | 63 | 31 |
| Octal | 367 | 1 | 342 | 0 | 144 | 11 | 3 | 461 | 143 | 61 |
| Binary | 11110111 | 1 | 11100010 | 0 | 1100100 | 1001 | 11 | 100110001 | 1100011 | 110001 |
Color Harmonies of #F701E2
Complementary color
Monochromatic Colors of #F701E2
Black with #F701E2
Text Example
Text Example
White with #F701E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701E2; }
p { color: rgb(247,1,226); }
H1.HeaderClassName
{
color: #F701E2;
}
.AnyTagClassName
{
color: #F701E2;
}
</style>
background-color css
<style>
a { background-color: #F701E2; }
a { background-color: rgb(247,1,226); }
div.DivClassName
{
background-color: #F701E2;
}
.BgClassName
{
background-color: #F701E2;
}
</style>
border-color css
<style>
span { border-color: #F701E2; }
span { border-color: rgb(247,1,226); }
td.TdClassName
{
border-color: #F701E2;
}
.TagClassName
{
border-color: #F701E2;
}
</style>