Shades of Hot Magenta #F518DD
Tints of Hot Magenta #F518DD
RGB
CMYK
RGB Variations
Color information
#F518DD (or 0xF518DD) is known color: Hot Magenta. HEX triplet: F5, 18 and DD. RGB value is (245,24,221). Sum of RGB (Red+Green+Blue) = 245+24+221=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 24 (9.77% from 255 or 4.90% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F518DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F518DD is #0AE722. Grayscale: #6F6F6F. Windows color (decimal): -714531 or 14489845. OLE color: 14489845.
HSL color Cylindrical-coordinate representation of color #F518DD: hue angle of 306.52º 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 #F518DD is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 221 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.04 |
| HSL | 306.52º | 0.92% | 0.53% | - |
| HSV(B) | 306.52º | 0.9% | 0.96% | - |
| XYZ | 51.03 | 25.29 | 70.6 | - |
| YUV | 112.54 | 189.22 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 221 | 0 | 0.90 | 0.10 | 0.04 | 306.52 | 0.92 | 0.53 |
| Hex | F5 | 18 | DD | 0 | 5A | A | 4 | 133 | 5C | 35 |
| Octal | 365 | 30 | 335 | 0 | 132 | 12 | 4 | 463 | 134 | 65 |
| Binary | 11110101 | 11000 | 11011101 | 0 | 1011010 | 1010 | 100 | 100110011 | 1011100 | 110101 |
Color Harmonies of #F518DD
Complementary color
Monochromatic Colors of #F518DD
Black with #F518DD
Text Example
Text Example
White with #F518DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F518DD; }
p { color: rgb(245,24,221); }
H1.HeaderClassName
{
color: #F518DD;
}
.AnyTagClassName
{
color: #F518DD;
}
</style>
background-color css
<style>
a { background-color: #F518DD; }
a { background-color: rgb(245,24,221); }
div.DivClassName
{
background-color: #F518DD;
}
.BgClassName
{
background-color: #F518DD;
}
</style>
border-color css
<style>
span { border-color: #F518DD; }
span { border-color: rgb(245,24,221); }
td.TdClassName
{
border-color: #F518DD;
}
.TagClassName
{
border-color: #F518DD;
}
</style>