Shades of Hot Magenta #F518DB
Tints of Hot Magenta #F518DB
RGB
CMYK
RGB Variations
Color information
#F518DB (or 0xF518DB) is known color: Hot Magenta. HEX triplet: F5, 18 and DB. RGB value is (245,24,219). Sum of RGB (Red+Green+Blue) = 245+24+219=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F518DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518DB is #0AE724. Grayscale: #6F6F6F. Windows color (decimal): -714533 or 14358773. OLE color: 14358773.
HSL color Cylindrical-coordinate representation of color #F518DB: hue angle of 307.06º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F518DB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.04 |
| HSL | 307.06º | 0.92% | 0.53% | - |
| HSV(B) | 307.06º | 0.9% | 0.96% | - |
| XYZ | 50.77 | 25.18 | 69.2 | - |
| YUV | 112.31 | 188.22 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 219 | 0 | 0.90 | 0.11 | 0.04 | 307.06 | 0.92 | 0.53 |
| Hex | F5 | 18 | DB | 0 | 5A | B | 4 | 133 | 5C | 35 |
| Octal | 365 | 30 | 333 | 0 | 132 | 13 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11000 | 11011011 | 0 | 1011010 | 1011 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F518DB
Complementary color
Monochromatic Colors of #F518DB
Black with #F518DB
Text Example
Text Example
White with #F518DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518DB; }
p { color: rgb(245,24,219); }
H1.HeaderClassName
{
color: #F518DB;
}
.AnyTagClassName
{
color: #F518DB;
}
</style>
background-color css
<style>
a { background-color: #F518DB; }
a { background-color: rgb(245,24,219); }
div.DivClassName
{
background-color: #F518DB;
}
.BgClassName
{
background-color: #F518DB;
}
</style>
border-color css
<style>
span { border-color: #F518DB; }
span { border-color: rgb(245,24,219); }
td.TdClassName
{
border-color: #F518DB;
}
.TagClassName
{
border-color: #F518DB;
}
</style>