Shades of Magenta #F816EC
Tints of Magenta #F816EC
RGB
CMYK
RGB Variations
Color information
#F816EC (or 0xF816EC) is known color: Magenta. HEX triplet: F8, 16 and EC. RGB value is (248,22,236). Sum of RGB (Red+Green+Blue) = 248+22+236=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 22 (8.98% from 255 or 4.35% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F816EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816EC is #07E913. Grayscale: #717171. Windows color (decimal): -518420 or 15472376. OLE color: 15472376.
HSL color Cylindrical-coordinate representation of color #F816EC: hue angle of 303.19º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816EC is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 236 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.03 |
| HSL | 303.19º | 0.94% | 0.53% | - |
| HSV(B) | 303.19º | 0.91% | 0.97% | - |
| XYZ | 54.14 | 26.59 | 81.64 | - |
| YUV | 113.97 | 196.87 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 236 | 0 | 0.91 | 0.05 | 0.03 | 303.19 | 0.94 | 0.53 |
| Hex | F8 | 16 | EC | 0 | 5B | 5 | 3 | 12F | 5E | 35 |
| Octal | 370 | 26 | 354 | 0 | 133 | 5 | 3 | 457 | 136 | 65 |
| Binary | 11111000 | 10110 | 11101100 | 0 | 1011011 | 101 | 11 | 100101111 | 1011110 | 110101 |
Color Harmonies of #F816EC
Complementary color
Monochromatic Colors of #F816EC
Black with #F816EC
Text Example
Text Example
White with #F816EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816EC; }
p { color: rgb(248,22,236); }
H1.HeaderClassName
{
color: #F816EC;
}
.AnyTagClassName
{
color: #F816EC;
}
</style>
background-color css
<style>
a { background-color: #F816EC; }
a { background-color: rgb(248,22,236); }
div.DivClassName
{
background-color: #F816EC;
}
.BgClassName
{
background-color: #F816EC;
}
</style>
border-color css
<style>
span { border-color: #F816EC; }
span { border-color: rgb(248,22,236); }
td.TdClassName
{
border-color: #F816EC;
}
.TagClassName
{
border-color: #F816EC;
}
</style>