Shades of Hot Magenta #F816DF
Tints of Hot Magenta #F816DF
RGB
CMYK
RGB Variations
Color information
#F816DF (or 0xF816DF) is known color: Hot Magenta. HEX triplet: F8, 16 and DF. RGB value is (248,22,223). Sum of RGB (Red+Green+Blue) = 248+22+223=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F816DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816DF is #07E920. Grayscale: #6F6F6F. Windows color (decimal): -518433 or 14620408. OLE color: 14620408.
HSL color Cylindrical-coordinate representation of color #F816DF: hue angle of 306.64º 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 #F816DF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.03 |
| HSL | 306.64º | 0.94% | 0.53% | - |
| HSV(B) | 306.64º | 0.91% | 0.97% | - |
| XYZ | 52.32 | 25.86 | 72.05 | - |
| YUV | 112.49 | 190.37 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 223 | 0 | 0.91 | 0.10 | 0.03 | 306.64 | 0.94 | 0.53 |
| Hex | F8 | 16 | DF | 0 | 5B | A | 3 | 133 | 5E | 35 |
| Octal | 370 | 26 | 337 | 0 | 133 | 12 | 3 | 463 | 136 | 65 |
| Binary | 11111000 | 10110 | 11011111 | 0 | 1011011 | 1010 | 11 | 100110011 | 1011110 | 110101 |
Color Harmonies of #F816DF
Complementary color
Monochromatic Colors of #F816DF
Black with #F816DF
Text Example
Text Example
White with #F816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816DF; }
p { color: rgb(248,22,223); }
H1.HeaderClassName
{
color: #F816DF;
}
.AnyTagClassName
{
color: #F816DF;
}
</style>
background-color css
<style>
a { background-color: #F816DF; }
a { background-color: rgb(248,22,223); }
div.DivClassName
{
background-color: #F816DF;
}
.BgClassName
{
background-color: #F816DF;
}
</style>
border-color css
<style>
span { border-color: #F816DF; }
span { border-color: rgb(248,22,223); }
td.TdClassName
{
border-color: #F816DF;
}
.TagClassName
{
border-color: #F816DF;
}
</style>