Shades of Magenta #F701E9
Tints of Magenta #F701E9
RGB
CMYK
RGB Variations
Color information
#F701E9 (or 0xF701E9) is known color: Magenta. HEX triplet: F7, 01 and E9. RGB value is (247,1,233). Sum of RGB (Red+Green+Blue) = 247+1+233=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701E9 is #08FE16. Grayscale: #646464. Windows color (decimal): -589335 or 15270391. OLE color: 15270391.
HSL color Cylindrical-coordinate representation of color #F701E9: hue angle of 303.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 #F701E9 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 233 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.03 |
| HSL | 303.41º | 0.99% | 0.49% | - |
| HSV(B) | 303.41º | 1% | 0.97% | - |
| XYZ | 53.08 | 25.68 | 79.25 | - |
| YUV | 101 | 202.5 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 233 | 0 | 1.00 | 0.06 | 0.03 | 303.41 | 0.99 | 0.49 |
| Hex | F7 | 1 | E9 | 0 | 64 | 6 | 3 | 12F | 63 | 31 |
| Octal | 367 | 1 | 351 | 0 | 144 | 6 | 3 | 457 | 143 | 61 |
| Binary | 11110111 | 1 | 11101001 | 0 | 1100100 | 110 | 11 | 100101111 | 1100011 | 110001 |
Color Harmonies of #F701E9
Complementary color
Monochromatic Colors of #F701E9
Black with #F701E9
Text Example
Text Example
White with #F701E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701E9; }
p { color: rgb(247,1,233); }
H1.HeaderClassName
{
color: #F701E9;
}
.AnyTagClassName
{
color: #F701E9;
}
</style>
background-color css
<style>
a { background-color: #F701E9; }
a { background-color: rgb(247,1,233); }
div.DivClassName
{
background-color: #F701E9;
}
.BgClassName
{
background-color: #F701E9;
}
</style>
border-color css
<style>
span { border-color: #F701E9; }
span { border-color: rgb(247,1,233); }
td.TdClassName
{
border-color: #F701E9;
}
.TagClassName
{
border-color: #F701E9;
}
</style>