Shades of Hot Magenta #F816D9
Tints of Hot Magenta #F816D9
RGB
CMYK
RGB Variations
Color information
#F816D9 (or 0xF816D9) is known color: Hot Magenta. HEX triplet: F8, 16 and D9. RGB value is (248,22,217). Sum of RGB (Red+Green+Blue) = 248+22+217=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F816D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816D9 is #07E926. Grayscale: #6F6F6F. Windows color (decimal): -518439 or 14227192. OLE color: 14227192.
HSL color Cylindrical-coordinate representation of color #F816D9: hue angle of 308.23º 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 #F816D9 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 217 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.03 |
| HSL | 308.23º | 0.94% | 0.53% | - |
| HSV(B) | 308.23º | 0.91% | 0.97% | - |
| XYZ | 51.52 | 25.54 | 67.86 | - |
| YUV | 111.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 217 | 0 | 0.91 | 0.12 | 0.03 | 308.23 | 0.94 | 0.53 |
| Hex | F8 | 16 | D9 | 0 | 5B | C | 3 | 134 | 5E | 35 |
| Octal | 370 | 26 | 331 | 0 | 133 | 14 | 3 | 464 | 136 | 65 |
| Binary | 11111000 | 10110 | 11011001 | 0 | 1011011 | 1100 | 11 | 100110100 | 1011110 | 110101 |
Color Harmonies of #F816D9
Complementary color
Monochromatic Colors of #F816D9
Black with #F816D9
Text Example
Text Example
White with #F816D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816D9; }
p { color: rgb(248,22,217); }
H1.HeaderClassName
{
color: #F816D9;
}
.AnyTagClassName
{
color: #F816D9;
}
</style>
background-color css
<style>
a { background-color: #F816D9; }
a { background-color: rgb(248,22,217); }
div.DivClassName
{
background-color: #F816D9;
}
.BgClassName
{
background-color: #F816D9;
}
</style>
border-color css
<style>
span { border-color: #F816D9; }
span { border-color: rgb(248,22,217); }
td.TdClassName
{
border-color: #F816D9;
}
.TagClassName
{
border-color: #F816D9;
}
</style>