Shades of Magenta #F710F9
Tints of Magenta #F710F9
RGB
CMYK
RGB Variations
Color information
#F710F9 (or 0xF710F9) is known color: Magenta. HEX triplet: F7, 10 and F9. RGB value is (247,16,249). Sum of RGB (Red+Green+Blue) = 247+16+249=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 16 (6.64% from 255 or 3.12% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #F710F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710F9 is #08EF06. Grayscale: #6E6E6E. Windows color (decimal): -585479 or 16322807. OLE color: 16322807.
HSL color Cylindrical-coordinate representation of color #F710F9: hue angle of 299.48º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710F9 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 16 | 249 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.02 |
| HSL | 299.49º | 0.95% | 0.52% | - |
| HSV(B) | 299.49º | 0.94% | 0.98% | - |
| XYZ | 55.64 | 26.98 | 91.9 | - |
| YUV | 111.63 | 205.53 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 249 | 0.01 | 0.94 | 0 | 0.02 | 299.49 | 0.95 | 0.52 |
| Hex | F7 | 10 | F9 | 1 | 5E | 0 | 2 | 12B | 5F | 34 |
| Octal | 367 | 20 | 371 | 1 | 136 | 0 | 2 | 453 | 137 | 64 |
| Binary | 11110111 | 10000 | 11111001 | 1 | 1011110 | 0 | 10 | 100101011 | 1011111 | 110100 |
Color Harmonies of #F710F9
Complementary color
Monochromatic Colors of #F710F9
Black with #F710F9
Text Example
Text Example
White with #F710F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710F9; }
p { color: rgb(247,16,249); }
H1.HeaderClassName
{
color: #F710F9;
}
.AnyTagClassName
{
color: #F710F9;
}
</style>
background-color css
<style>
a { background-color: #F710F9; }
a { background-color: rgb(247,16,249); }
div.DivClassName
{
background-color: #F710F9;
}
.BgClassName
{
background-color: #F710F9;
}
</style>
border-color css
<style>
span { border-color: #F710F9; }
span { border-color: rgb(247,16,249); }
td.TdClassName
{
border-color: #F710F9;
}
.TagClassName
{
border-color: #F710F9;
}
</style>