Shades of Magenta #F709FF
Tints of Magenta #F709FF
RGB
CMYK
RGB Variations
Color information
#F709FF (or 0xF709FF) is known color: Magenta. HEX triplet: F7, 09 and FF. RGB value is (247,9,255). Sum of RGB (Red+Green+Blue) = 247+9+255=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 9 (3.91% from 255 or 1.76% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F709FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F709FF is #08F600. Grayscale: #6B6B6B. Windows color (decimal): -587265 or 16714231. OLE color: 16714231.
HSL color Cylindrical-coordinate representation of color #F709FF: hue angle of 298.05º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F709FF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 9 | 255 | - |
| CMYK | 0.03 | 0.96 | 0 | 0 |
| HSL | 298.05º | 1% | 0.52% | - |
| HSV(B) | 298.05º | 0.96% | 1% | - |
| XYZ | 56.51 | 27.19 | 96.88 | - |
| YUV | 108.21 | 210.85 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 255 | 0.03 | 0.96 | 0 | 0 | 298.05 | 1 | 0.52 |
| Hex | F7 | 9 | FF | 3 | 60 | 0 | 0 | 12A | 64 | 34 |
| Octal | 367 | 11 | 377 | 3 | 140 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110111 | 1001 | 11111111 | 11 | 1100000 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F709FF
Complementary color
Monochromatic Colors of #F709FF
Black with #F709FF
Text Example
Text Example
White with #F709FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F709FF; }
p { color: rgb(247,9,255); }
H1.HeaderClassName
{
color: #F709FF;
}
.AnyTagClassName
{
color: #F709FF;
}
</style>
background-color css
<style>
a { background-color: #F709FF; }
a { background-color: rgb(247,9,255); }
div.DivClassName
{
background-color: #F709FF;
}
.BgClassName
{
background-color: #F709FF;
}
</style>
border-color css
<style>
span { border-color: #F709FF; }
span { border-color: rgb(247,9,255); }
td.TdClassName
{
border-color: #F709FF;
}
.TagClassName
{
border-color: #F709FF;
}
</style>