Shades of Magenta #F700E5
Tints of Magenta #F700E5
RGB
CMYK
RGB Variations
Color information
#F700E5 (or 0xF700E5) is known color: Magenta. HEX triplet: F7, 00 and E5. RGB value is (247,0,229). Sum of RGB (Red+Green+Blue) = 247+0+229=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F700E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700E5 is #08FF1A. Grayscale: #636363. Windows color (decimal): -589595 or 15007991. OLE color: 15007991.
HSL color Cylindrical-coordinate representation of color #F700E5: hue angle of 304.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700E5 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 229 | - |
| CMYK | 0 | 1 | 0.07 | 0.03 |
| HSL | 304.37º | 1% | 0.48% | - |
| HSV(B) | 304.37º | 1% | 0.97% | - |
| XYZ | 52.5 | 25.43 | 76.27 | - |
| YUV | 99.96 | 200.83 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 229 | 0 | 1 | 0.07 | 0.03 | 304.37 | 1 | 0.48 |
| Hex | F7 | 0 | E5 | 0 | 64 | 7 | 3 | 130 | 64 | 30 |
| Octal | 367 | 0 | 345 | 0 | 144 | 7 | 3 | 460 | 144 | 60 |
| Binary | 11110111 | 0 | 11100101 | 0 | 1100100 | 111 | 11 | 100110000 | 1100100 | 110000 |
Color Harmonies of #F700E5
Complementary color
Monochromatic Colors of #F700E5
Black with #F700E5
Text Example
Text Example
White with #F700E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700E5; }
p { color: rgb(247,0,229); }
H1.HeaderClassName
{
color: #F700E5;
}
.AnyTagClassName
{
color: #F700E5;
}
</style>
background-color css
<style>
a { background-color: #F700E5; }
a { background-color: rgb(247,0,229); }
div.DivClassName
{
background-color: #F700E5;
}
.BgClassName
{
background-color: #F700E5;
}
</style>
border-color css
<style>
span { border-color: #F700E5; }
span { border-color: rgb(247,0,229); }
td.TdClassName
{
border-color: #F700E5;
}
.TagClassName
{
border-color: #F700E5;
}
</style>