Shades of Magenta #F708FE
Tints of Magenta #F708FE
RGB
CMYK
RGB Variations
Color information
#F708FE (or 0xF708FE) is known color: Magenta. HEX triplet: F7, 08 and FE. RGB value is (247,8,254). Sum of RGB (Red+Green+Blue) = 247+8+254=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 8 (3.52% from 255 or 1.57% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F708FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F708FE is #08F701. Grayscale: #6A6A6A. Windows color (decimal): -587522 or 16648439. OLE color: 16648439.
HSL color Cylindrical-coordinate representation of color #F708FE: hue angle of 298.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F708FE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 8 | 254 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.00 |
| HSL | 298.29º | 0.99% | 0.51% | - |
| HSV(B) | 298.29º | 0.97% | 1% | - |
| XYZ | 56.33 | 27.1 | 96.03 | - |
| YUV | 107.51 | 210.68 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 254 | 0.03 | 0.97 | 0 | 0.00 | 298.29 | 0.99 | 0.51 |
| Hex | F7 | 8 | FE | 3 | 61 | 0 | 0 | 12A | 63 | 33 |
| Octal | 367 | 10 | 376 | 3 | 141 | 0 | 0 | 452 | 143 | 63 |
| Binary | 11110111 | 1000 | 11111110 | 11 | 1100001 | 0 | 0 | 100101010 | 1100011 | 110011 |
Color Harmonies of #F708FE
Complementary color
Monochromatic Colors of #F708FE
Black with #F708FE
Text Example
Text Example
White with #F708FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708FE; }
p { color: rgb(247,8,254); }
H1.HeaderClassName
{
color: #F708FE;
}
.AnyTagClassName
{
color: #F708FE;
}
</style>
background-color css
<style>
a { background-color: #F708FE; }
a { background-color: rgb(247,8,254); }
div.DivClassName
{
background-color: #F708FE;
}
.BgClassName
{
background-color: #F708FE;
}
</style>
border-color css
<style>
span { border-color: #F708FE; }
span { border-color: rgb(247,8,254); }
td.TdClassName
{
border-color: #F708FE;
}
.TagClassName
{
border-color: #F708FE;
}
</style>