Shades of Magenta #F806FF
Tints of Magenta #F806FF
RGB
CMYK
RGB Variations
Color information
#F806FF (or 0xF806FF) is known color: Magenta. HEX triplet: F8, 06 and FF. RGB value is (248,6,255). Sum of RGB (Red+Green+Blue) = 248+6+255=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 6 (2.73% from 255 or 1.18% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #F806FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F806FF is #07F900. Grayscale: #696969. Windows color (decimal): -522497 or 16713464. OLE color: 16713464.
HSL color Cylindrical-coordinate representation of color #F806FF: hue angle of 298.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F806FF is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 6 | 255 | - |
| CMYK | 0.03 | 0.98 | 0 | 0 |
| HSL | 298.31º | 1% | 0.51% | - |
| HSV(B) | 298.31º | 0.98% | 1% | - |
| XYZ | 56.83 | 27.31 | 96.88 | - |
| YUV | 106.74 | 211.67 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 255 | 0.03 | 0.98 | 0 | 0 | 298.31 | 1 | 0.51 |
| Hex | F8 | 6 | FF | 3 | 62 | 0 | 0 | 12A | 64 | 33 |
| Octal | 370 | 6 | 377 | 3 | 142 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11111000 | 110 | 11111111 | 11 | 1100010 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F806FF
Complementary color
Monochromatic Colors of #F806FF
Black with #F806FF
Text Example
Text Example
White with #F806FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806FF; }
p { color: rgb(248,6,255); }
H1.HeaderClassName
{
color: #F806FF;
}
.AnyTagClassName
{
color: #F806FF;
}
</style>
background-color css
<style>
a { background-color: #F806FF; }
a { background-color: rgb(248,6,255); }
div.DivClassName
{
background-color: #F806FF;
}
.BgClassName
{
background-color: #F806FF;
}
</style>
border-color css
<style>
span { border-color: #F806FF; }
span { border-color: rgb(248,6,255); }
td.TdClassName
{
border-color: #F806FF;
}
.TagClassName
{
border-color: #F806FF;
}
</style>