Shades of Magenta #F700F2
Tints of Magenta #F700F2
RGB
CMYK
RGB Variations
Color information
#F700F2 (or 0xF700F2) is known color: Magenta. HEX triplet: F7, 00 and F2. RGB value is (247,0,242). Sum of RGB (Red+Green+Blue) = 247+0+242=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F700F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F700F2 is #08FF0D. Grayscale: #646464. Windows color (decimal): -589582 or 15859959. OLE color: 15859959.
HSL color Cylindrical-coordinate representation of color #F700F2: hue angle of 301.21º 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 #F700F2 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 242 | - |
| CMYK | 0 | 1 | 0.02 | 0.03 |
| HSL | 301.21º | 1% | 0.48% | - |
| HSV(B) | 301.21º | 1% | 0.97% | - |
| XYZ | 54.38 | 26.18 | 86.19 | - |
| YUV | 101.44 | 207.33 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 242 | 0 | 1 | 0.02 | 0.03 | 301.21 | 1 | 0.48 |
| Hex | F7 | 0 | F2 | 0 | 64 | 2 | 3 | 12D | 64 | 30 |
| Octal | 367 | 0 | 362 | 0 | 144 | 2 | 3 | 455 | 144 | 60 |
| Binary | 11110111 | 0 | 11110010 | 0 | 1100100 | 10 | 11 | 100101101 | 1100100 | 110000 |
Color Harmonies of #F700F2
Complementary color
Monochromatic Colors of #F700F2
Black with #F700F2
Text Example
Text Example
White with #F700F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700F2; }
p { color: rgb(247,0,242); }
H1.HeaderClassName
{
color: #F700F2;
}
.AnyTagClassName
{
color: #F700F2;
}
</style>
background-color css
<style>
a { background-color: #F700F2; }
a { background-color: rgb(247,0,242); }
div.DivClassName
{
background-color: #F700F2;
}
.BgClassName
{
background-color: #F700F2;
}
</style>
border-color css
<style>
span { border-color: #F700F2; }
span { border-color: rgb(247,0,242); }
td.TdClassName
{
border-color: #F700F2;
}
.TagClassName
{
border-color: #F700F2;
}
</style>