Shades of Magenta #F701E5
Tints of Magenta #F701E5
RGB
CMYK
RGB Variations
Color information
#F701E5 (or 0xF701E5) is known color: Magenta. HEX triplet: F7, 01 and E5. RGB value is (247,1,229). Sum of RGB (Red+Green+Blue) = 247+1+229=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F701E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701E5 is #08FE1A. Grayscale: #636363. Windows color (decimal): -589339 or 15008247. OLE color: 15008247.
HSL color Cylindrical-coordinate representation of color #F701E5: hue angle of 304.39º 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 #F701E5 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.03 |
| HSL | 304.39º | 0.99% | 0.49% | - |
| HSV(B) | 304.39º | 1% | 0.97% | - |
| XYZ | 52.51 | 25.45 | 76.27 | - |
| YUV | 100.55 | 200.5 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 229 | 0 | 1.00 | 0.07 | 0.03 | 304.39 | 0.99 | 0.49 |
| Hex | F7 | 1 | E5 | 0 | 64 | 7 | 3 | 130 | 63 | 31 |
| Octal | 367 | 1 | 345 | 0 | 144 | 7 | 3 | 460 | 143 | 61 |
| Binary | 11110111 | 1 | 11100101 | 0 | 1100100 | 111 | 11 | 100110000 | 1100011 | 110001 |
Color Harmonies of #F701E5
Complementary color
Monochromatic Colors of #F701E5
Black with #F701E5
Text Example
Text Example
White with #F701E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701E5; }
p { color: rgb(247,1,229); }
H1.HeaderClassName
{
color: #F701E5;
}
.AnyTagClassName
{
color: #F701E5;
}
</style>
background-color css
<style>
a { background-color: #F701E5; }
a { background-color: rgb(247,1,229); }
div.DivClassName
{
background-color: #F701E5;
}
.BgClassName
{
background-color: #F701E5;
}
</style>
border-color css
<style>
span { border-color: #F701E5; }
span { border-color: rgb(247,1,229); }
td.TdClassName
{
border-color: #F701E5;
}
.TagClassName
{
border-color: #F701E5;
}
</style>