Shades of Hot Magenta #F516DB
Tints of Hot Magenta #F516DB
RGB
CMYK
RGB Variations
Color information
#F516DB (or 0xF516DB) is known color: Hot Magenta. HEX triplet: F5, 16 and DB. RGB value is (245,22,219). Sum of RGB (Red+Green+Blue) = 245+22+219=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 22 (8.98% from 255 or 4.53% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F516DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516DB is #0AE924. Grayscale: #6E6E6E. Windows color (decimal): -715045 or 14358261. OLE color: 14358261.
HSL color Cylindrical-coordinate representation of color #F516DB: hue angle of 307º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F516DB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 219 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307º | 0.92% | 0.52% | - |
| HSV(B) | 307º | 0.91% | 0.96% | - |
| XYZ | 50.73 | 25.1 | 69.19 | - |
| YUV | 111.14 | 188.88 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 219 | 0 | 0.91 | 0.11 | 0.04 | 307 | 0.92 | 0.52 |
| Hex | F5 | 16 | DB | 0 | 5B | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 26 | 333 | 0 | 133 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10110 | 11011011 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F516DB
Complementary color
Monochromatic Colors of #F516DB
Black with #F516DB
Text Example
Text Example
White with #F516DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516DB; }
p { color: rgb(245,22,219); }
H1.HeaderClassName
{
color: #F516DB;
}
.AnyTagClassName
{
color: #F516DB;
}
</style>
background-color css
<style>
a { background-color: #F516DB; }
a { background-color: rgb(245,22,219); }
div.DivClassName
{
background-color: #F516DB;
}
.BgClassName
{
background-color: #F516DB;
}
</style>
border-color css
<style>
span { border-color: #F516DB; }
span { border-color: rgb(245,22,219); }
td.TdClassName
{
border-color: #F516DB;
}
.TagClassName
{
border-color: #F516DB;
}
</style>