Shades of Magenta #F710F8
Tints of Magenta #F710F8
RGB
CMYK
RGB Variations
Color information
#F710F8 (or 0xF710F8) is known color: Magenta. HEX triplet: F7, 10 and F8. RGB value is (247,16,248). Sum of RGB (Red+Green+Blue) = 247+16+248=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 16 (6.64% from 255 or 3.13% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #F710F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F710F8 is #08EF07. Grayscale: #6E6E6E. Windows color (decimal): -585480 or 16257271. OLE color: 16257271.
HSL color Cylindrical-coordinate representation of color #F710F8: hue angle of 299.74º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710F8 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 248 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.03 |
| HSL | 299.74º | 0.94% | 0.52% | - |
| HSV(B) | 299.74º | 0.94% | 0.97% | - |
| XYZ | 55.49 | 26.92 | 91.08 | - |
| YUV | 111.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 248 | 0.00 | 0.94 | 0 | 0.03 | 299.74 | 0.94 | 0.52 |
| Hex | F7 | 10 | F8 | 0 | 5E | 0 | 3 | 12C | 5E | 34 |
| Octal | 367 | 20 | 370 | 0 | 136 | 0 | 3 | 454 | 136 | 64 |
| Binary | 11110111 | 10000 | 11111000 | 0 | 1011110 | 0 | 11 | 100101100 | 1011110 | 110100 |
Color Harmonies of #F710F8
Complementary color
Monochromatic Colors of #F710F8
Black with #F710F8
Text Example
Text Example
White with #F710F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710F8; }
p { color: rgb(247,16,248); }
H1.HeaderClassName
{
color: #F710F8;
}
.AnyTagClassName
{
color: #F710F8;
}
</style>
background-color css
<style>
a { background-color: #F710F8; }
a { background-color: rgb(247,16,248); }
div.DivClassName
{
background-color: #F710F8;
}
.BgClassName
{
background-color: #F710F8;
}
</style>
border-color css
<style>
span { border-color: #F710F8; }
span { border-color: rgb(247,16,248); }
td.TdClassName
{
border-color: #F710F8;
}
.TagClassName
{
border-color: #F710F8;
}
</style>