Shades of Magenta #F806EC
Tints of Magenta #F806EC
RGB
CMYK
RGB Variations
Color information
#F806EC (or 0xF806EC) is known color: Magenta. HEX triplet: F8, 06 and EC. RGB value is (248,6,236). Sum of RGB (Red+Green+Blue) = 248+6+236=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F806EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F806EC is #07F913. Grayscale: #676767. Windows color (decimal): -522516 or 15468280. OLE color: 15468280.
HSL color Cylindrical-coordinate representation of color #F806EC: hue angle of 302.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F806EC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 236 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.03 |
| HSL | 302.98º | 0.95% | 0.5% | - |
| HSV(B) | 302.98º | 0.98% | 0.97% | - |
| XYZ | 53.92 | 26.14 | 81.56 | - |
| YUV | 104.58 | 202.17 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 236 | 0 | 0.98 | 0.05 | 0.03 | 302.98 | 0.95 | 0.5 |
| Hex | F8 | 6 | EC | 0 | 62 | 5 | 3 | 12F | 5F | 32 |
| Octal | 370 | 6 | 354 | 0 | 142 | 5 | 3 | 457 | 137 | 62 |
| Binary | 11111000 | 110 | 11101100 | 0 | 1100010 | 101 | 11 | 100101111 | 1011111 | 110010 |
Color Harmonies of #F806EC
Complementary color
Monochromatic Colors of #F806EC
Black with #F806EC
Text Example
Text Example
White with #F806EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F806EC; }
p { color: rgb(248,6,236); }
H1.HeaderClassName
{
color: #F806EC;
}
.AnyTagClassName
{
color: #F806EC;
}
</style>
background-color css
<style>
a { background-color: #F806EC; }
a { background-color: rgb(248,6,236); }
div.DivClassName
{
background-color: #F806EC;
}
.BgClassName
{
background-color: #F806EC;
}
</style>
border-color css
<style>
span { border-color: #F806EC; }
span { border-color: rgb(248,6,236); }
td.TdClassName
{
border-color: #F806EC;
}
.TagClassName
{
border-color: #F806EC;
}
</style>