Shades of Magenta #F700E6
Tints of Magenta #F700E6
RGB
CMYK
RGB Variations
Color information
#F700E6 (or 0xF700E6) is known color: Magenta. HEX triplet: F7, 00 and E6. RGB value is (247,0,230). Sum of RGB (Red+Green+Blue) = 247+0+230=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 0 (0.39% from 255 or 0% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F700E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700E6 is #08FF19. Grayscale: #636363. Windows color (decimal): -589594 or 15073527. OLE color: 15073527.
HSL color Cylindrical-coordinate representation of color #F700E6: hue angle of 304.13º 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 #F700E6 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.07 | 0.03 |
| HSL | 304.13º | 1% | 0.48% | - |
| HSV(B) | 304.13º | 1% | 0.97% | - |
| XYZ | 52.64 | 25.49 | 77.01 | - |
| YUV | 100.07 | 201.33 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 230 | 0 | 1 | 0.07 | 0.03 | 304.13 | 1 | 0.48 |
| Hex | F7 | 0 | E6 | 0 | 64 | 7 | 3 | 130 | 64 | 30 |
| Octal | 367 | 0 | 346 | 0 | 144 | 7 | 3 | 460 | 144 | 60 |
| Binary | 11110111 | 0 | 11100110 | 0 | 1100100 | 111 | 11 | 100110000 | 1100100 | 110000 |
Color Harmonies of #F700E6
Complementary color
Monochromatic Colors of #F700E6
Black with #F700E6
Text Example
Text Example
White with #F700E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700E6; }
p { color: rgb(247,0,230); }
H1.HeaderClassName
{
color: #F700E6;
}
.AnyTagClassName
{
color: #F700E6;
}
</style>
background-color css
<style>
a { background-color: #F700E6; }
a { background-color: rgb(247,0,230); }
div.DivClassName
{
background-color: #F700E6;
}
.BgClassName
{
background-color: #F700E6;
}
</style>
border-color css
<style>
span { border-color: #F700E6; }
span { border-color: rgb(247,0,230); }
td.TdClassName
{
border-color: #F700E6;
}
.TagClassName
{
border-color: #F700E6;
}
</style>