Shades of Magenta #F707F1
Tints of Magenta #F707F1
RGB
CMYK
RGB Variations
Color information
#F707F1 (or 0xF707F1) is known color: Magenta. HEX triplet: F7, 07 and F1. RGB value is (247,7,241). Sum of RGB (Red+Green+Blue) = 247+7+241=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F707F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707F1 is #08F80E. Grayscale: #686868. Windows color (decimal): -587791 or 15796215. OLE color: 15796215.
HSL color Cylindrical-coordinate representation of color #F707F1: hue angle of 301.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707F1 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 241 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.03 |
| HSL | 301.5º | 0.94% | 0.5% | - |
| HSV(B) | 301.5º | 0.97% | 0.97% | - |
| XYZ | 54.31 | 26.28 | 85.43 | - |
| YUV | 105.44 | 204.51 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 241 | 0 | 0.97 | 0.02 | 0.03 | 301.5 | 0.94 | 0.5 |
| Hex | F7 | 7 | F1 | 0 | 61 | 2 | 3 | 12E | 5E | 32 |
| Octal | 367 | 7 | 361 | 0 | 141 | 2 | 3 | 456 | 136 | 62 |
| Binary | 11110111 | 111 | 11110001 | 0 | 1100001 | 10 | 11 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F707F1
Complementary color
Monochromatic Colors of #F707F1
Black with #F707F1
Text Example
Text Example
White with #F707F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707F1; }
p { color: rgb(247,7,241); }
H1.HeaderClassName
{
color: #F707F1;
}
.AnyTagClassName
{
color: #F707F1;
}
</style>
background-color css
<style>
a { background-color: #F707F1; }
a { background-color: rgb(247,7,241); }
div.DivClassName
{
background-color: #F707F1;
}
.BgClassName
{
background-color: #F707F1;
}
</style>
border-color css
<style>
span { border-color: #F707F1; }
span { border-color: rgb(247,7,241); }
td.TdClassName
{
border-color: #F707F1;
}
.TagClassName
{
border-color: #F707F1;
}
</style>