Shades of Magenta #F816F5
Tints of Magenta #F816F5
RGB
CMYK
RGB Variations
Color information
#F816F5 (or 0xF816F5) is known color: Magenta. HEX triplet: F8, 16 and F5. RGB value is (248,22,245). Sum of RGB (Red+Green+Blue) = 248+22+245=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 22 (8.98% from 255 or 4.27% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F816F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816F5 is #07E90A. Grayscale: #727272. Windows color (decimal): -518411 or 16062200. OLE color: 16062200.
HSL color Cylindrical-coordinate representation of color #F816F5: hue angle of 300.8º 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 #F816F5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 245 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.03 |
| HSL | 300.8º | 0.94% | 0.53% | - |
| HSV(B) | 300.8º | 0.91% | 0.97% | - |
| XYZ | 55.48 | 27.12 | 88.7 | - |
| YUV | 115 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 245 | 0 | 0.91 | 0.01 | 0.03 | 300.8 | 0.94 | 0.53 |
| Hex | F8 | 16 | F5 | 0 | 5B | 1 | 3 | 12D | 5E | 35 |
| Octal | 370 | 26 | 365 | 0 | 133 | 1 | 3 | 455 | 136 | 65 |
| Binary | 11111000 | 10110 | 11110101 | 0 | 1011011 | 1 | 11 | 100101101 | 1011110 | 110101 |
Color Harmonies of #F816F5
Complementary color
Monochromatic Colors of #F816F5
Black with #F816F5
Text Example
Text Example
White with #F816F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816F5; }
p { color: rgb(248,22,245); }
H1.HeaderClassName
{
color: #F816F5;
}
.AnyTagClassName
{
color: #F816F5;
}
</style>
background-color css
<style>
a { background-color: #F816F5; }
a { background-color: rgb(248,22,245); }
div.DivClassName
{
background-color: #F816F5;
}
.BgClassName
{
background-color: #F816F5;
}
</style>
border-color css
<style>
span { border-color: #F816F5; }
span { border-color: rgb(248,22,245); }
td.TdClassName
{
border-color: #F816F5;
}
.TagClassName
{
border-color: #F816F5;
}
</style>