Shades of Hot Magenta #F816DB
Tints of Hot Magenta #F816DB
RGB
CMYK
RGB Variations
Color information
#F816DB (or 0xF816DB) is known color: Hot Magenta. HEX triplet: F8, 16 and DB. RGB value is (248,22,219). Sum of RGB (Red+Green+Blue) = 248+22+219=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 22 (8.98% from 255 or 4.50% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F816DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F816DB is #07E924. Grayscale: #6F6F6F. Windows color (decimal): -518437 or 14358264. OLE color: 14358264.
HSL color Cylindrical-coordinate representation of color #F816DB: hue angle of 307.7º 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 #F816DB is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 219 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.03 |
| HSL | 307.7º | 0.94% | 0.53% | - |
| HSV(B) | 307.7º | 0.91% | 0.97% | - |
| XYZ | 51.78 | 25.64 | 69.24 | - |
| YUV | 112.03 | 188.37 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 219 | 0 | 0.91 | 0.12 | 0.03 | 307.7 | 0.94 | 0.53 |
| Hex | F8 | 16 | DB | 0 | 5B | C | 3 | 134 | 5E | 35 |
| Octal | 370 | 26 | 333 | 0 | 133 | 14 | 3 | 464 | 136 | 65 |
| Binary | 11111000 | 10110 | 11011011 | 0 | 1011011 | 1100 | 11 | 100110100 | 1011110 | 110101 |
Color Harmonies of #F816DB
Complementary color
Monochromatic Colors of #F816DB
Black with #F816DB
Text Example
Text Example
White with #F816DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816DB; }
p { color: rgb(248,22,219); }
H1.HeaderClassName
{
color: #F816DB;
}
.AnyTagClassName
{
color: #F816DB;
}
</style>
background-color css
<style>
a { background-color: #F816DB; }
a { background-color: rgb(248,22,219); }
div.DivClassName
{
background-color: #F816DB;
}
.BgClassName
{
background-color: #F816DB;
}
</style>
border-color css
<style>
span { border-color: #F816DB; }
span { border-color: rgb(248,22,219); }
td.TdClassName
{
border-color: #F816DB;
}
.TagClassName
{
border-color: #F816DB;
}
</style>