Shades of Magenta #F809FF
Tints of Magenta #F809FF
RGB
CMYK
RGB Variations
Color information
#F809FF (or 0xF809FF) is known color: Magenta. HEX triplet: F8, 09 and FF. RGB value is (248,9,255). Sum of RGB (Red+Green+Blue) = 248+9+255=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 9 (3.91% from 255 or 1.76% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #F809FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F809FF is #07F600. Grayscale: #6B6B6B. Windows color (decimal): -521729 or 16714232. OLE color: 16714232.
HSL color Cylindrical-coordinate representation of color #F809FF: hue angle of 298.29º 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 #F809FF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 9 | 255 | - |
| CMYK | 0.03 | 0.96 | 0 | 0 |
| HSL | 298.29º | 1% | 0.52% | - |
| HSV(B) | 298.29º | 0.96% | 1% | - |
| XYZ | 56.86 | 27.37 | 96.89 | - |
| YUV | 108.51 | 210.68 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 255 | 0.03 | 0.96 | 0 | 0 | 298.29 | 1 | 0.52 |
| Hex | F8 | 9 | FF | 3 | 60 | 0 | 0 | 12A | 64 | 34 |
| Octal | 370 | 11 | 377 | 3 | 140 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11111000 | 1001 | 11111111 | 11 | 1100000 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F809FF
Complementary color
Monochromatic Colors of #F809FF
Black with #F809FF
Text Example
Text Example
White with #F809FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809FF; }
p { color: rgb(248,9,255); }
H1.HeaderClassName
{
color: #F809FF;
}
.AnyTagClassName
{
color: #F809FF;
}
</style>
background-color css
<style>
a { background-color: #F809FF; }
a { background-color: rgb(248,9,255); }
div.DivClassName
{
background-color: #F809FF;
}
.BgClassName
{
background-color: #F809FF;
}
</style>
border-color css
<style>
span { border-color: #F809FF; }
span { border-color: rgb(248,9,255); }
td.TdClassName
{
border-color: #F809FF;
}
.TagClassName
{
border-color: #F809FF;
}
</style>