Shades of Magenta #F816F0
Tints of Magenta #F816F0
RGB
CMYK
RGB Variations
Color information
#F816F0 (or 0xF816F0) is known color: Magenta. HEX triplet: F8, 16 and F0. RGB value is (248,22,240). Sum of RGB (Red+Green+Blue) = 248+22+240=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 22 (8.98% from 255 or 4.31% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F816F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816F0 is #07E90F. Grayscale: #717171. Windows color (decimal): -518416 or 15734520. OLE color: 15734520.
HSL color Cylindrical-coordinate representation of color #F816F0: hue angle of 302.12º 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 #F816F0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 240 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.03 |
| HSL | 302.12º | 0.94% | 0.53% | - |
| HSV(B) | 302.12º | 0.91% | 0.97% | - |
| XYZ | 54.73 | 26.82 | 84.73 | - |
| YUV | 114.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 240 | 0 | 0.91 | 0.03 | 0.03 | 302.12 | 0.94 | 0.53 |
| Hex | F8 | 16 | F0 | 0 | 5B | 3 | 3 | 12E | 5E | 35 |
| Octal | 370 | 26 | 360 | 0 | 133 | 3 | 3 | 456 | 136 | 65 |
| Binary | 11111000 | 10110 | 11110000 | 0 | 1011011 | 11 | 11 | 100101110 | 1011110 | 110101 |
Color Harmonies of #F816F0
Complementary color
Monochromatic Colors of #F816F0
Black with #F816F0
Text Example
Text Example
White with #F816F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816F0; }
p { color: rgb(248,22,240); }
H1.HeaderClassName
{
color: #F816F0;
}
.AnyTagClassName
{
color: #F816F0;
}
</style>
background-color css
<style>
a { background-color: #F816F0; }
a { background-color: rgb(248,22,240); }
div.DivClassName
{
background-color: #F816F0;
}
.BgClassName
{
background-color: #F816F0;
}
</style>
border-color css
<style>
span { border-color: #F816F0; }
span { border-color: rgb(248,22,240); }
td.TdClassName
{
border-color: #F816F0;
}
.TagClassName
{
border-color: #F816F0;
}
</style>