Shades of Magenta #F708FF
Tints of Magenta #F708FF
RGB
CMYK
RGB Variations
Color information
#F708FF (or 0xF708FF) is known color: Magenta. HEX triplet: F7, 08 and FF. RGB value is (247,8,255). Sum of RGB (Red+Green+Blue) = 247+8+255=510 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.43% from 510); Green value is 8 (3.52% from 255 or 1.57% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #F708FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F708FF is #08F700. Grayscale: #6A6A6A. Windows color (decimal): -587521 or 16713975. OLE color: 16713975.
HSL color Cylindrical-coordinate representation of color #F708FF: hue angle of 298.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F708FF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 8 | 255 | - |
| CMYK | 0.03 | 0.97 | 0 | 0 |
| HSL | 298.06º | 1% | 0.52% | - |
| HSV(B) | 298.06º | 0.97% | 1% | - |
| XYZ | 56.49 | 27.17 | 96.87 | - |
| YUV | 107.62 | 211.18 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 255 | 0.03 | 0.97 | 0 | 0 | 298.06 | 1 | 0.52 |
| Hex | F7 | 8 | FF | 3 | 61 | 0 | 0 | 12A | 64 | 34 |
| Octal | 367 | 10 | 377 | 3 | 141 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110111 | 1000 | 11111111 | 11 | 1100001 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F708FF
Complementary color
Monochromatic Colors of #F708FF
Black with #F708FF
Text Example
Text Example
White with #F708FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708FF; }
p { color: rgb(247,8,255); }
H1.HeaderClassName
{
color: #F708FF;
}
.AnyTagClassName
{
color: #F708FF;
}
</style>
background-color css
<style>
a { background-color: #F708FF; }
a { background-color: rgb(247,8,255); }
div.DivClassName
{
background-color: #F708FF;
}
.BgClassName
{
background-color: #F708FF;
}
</style>
border-color css
<style>
span { border-color: #F708FF; }
span { border-color: rgb(247,8,255); }
td.TdClassName
{
border-color: #F708FF;
}
.TagClassName
{
border-color: #F708FF;
}
</style>