Shades of Magenta #F701E8
Tints of Magenta #F701E8
RGB
CMYK
RGB Variations
Color information
#F701E8 (or 0xF701E8) is known color: Magenta. HEX triplet: F7, 01 and E8. RGB value is (247,1,232). Sum of RGB (Red+Green+Blue) = 247+1+232=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701E8 is #08FE17. Grayscale: #646464. Windows color (decimal): -589336 or 15204855. OLE color: 15204855.
HSL color Cylindrical-coordinate representation of color #F701E8: hue angle of 303.66º 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 #F701E8 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 232 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.03 |
| HSL | 303.66º | 0.99% | 0.49% | - |
| HSV(B) | 303.66º | 1% | 0.97% | - |
| XYZ | 52.93 | 25.62 | 78.5 | - |
| YUV | 100.89 | 202 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 232 | 0 | 1.00 | 0.06 | 0.03 | 303.66 | 0.99 | 0.49 |
| Hex | F7 | 1 | E8 | 0 | 64 | 6 | 3 | 130 | 63 | 31 |
| Octal | 367 | 1 | 350 | 0 | 144 | 6 | 3 | 460 | 143 | 61 |
| Binary | 11110111 | 1 | 11101000 | 0 | 1100100 | 110 | 11 | 100110000 | 1100011 | 110001 |
Color Harmonies of #F701E8
Complementary color
Monochromatic Colors of #F701E8
Black with #F701E8
Text Example
Text Example
White with #F701E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701E8; }
p { color: rgb(247,1,232); }
H1.HeaderClassName
{
color: #F701E8;
}
.AnyTagClassName
{
color: #F701E8;
}
</style>
background-color css
<style>
a { background-color: #F701E8; }
a { background-color: rgb(247,1,232); }
div.DivClassName
{
background-color: #F701E8;
}
.BgClassName
{
background-color: #F701E8;
}
</style>
border-color css
<style>
span { border-color: #F701E8; }
span { border-color: rgb(247,1,232); }
td.TdClassName
{
border-color: #F701E8;
}
.TagClassName
{
border-color: #F701E8;
}
</style>