Shades of Hot Magenta #F516DA
Tints of Hot Magenta #F516DA
RGB
CMYK
RGB Variations
Color information
#F516DA (or 0xF516DA) is known color: Hot Magenta. HEX triplet: F5, 16 and DA. RGB value is (245,22,218). Sum of RGB (Red+Green+Blue) = 245+22+218=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F516DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F516DA is #0AE925. Grayscale: #6E6E6E. Windows color (decimal): -715046 or 14292725. OLE color: 14292725.
HSL color Cylindrical-coordinate representation of color #F516DA: hue angle of 307.26º 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 #F516DA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 218 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307.26º | 0.92% | 0.52% | - |
| HSV(B) | 307.26º | 0.91% | 0.96% | - |
| XYZ | 50.6 | 25.05 | 68.5 | - |
| YUV | 111.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 218 | 0 | 0.91 | 0.11 | 0.04 | 307.26 | 0.92 | 0.52 |
| Hex | F5 | 16 | DA | 0 | 5B | B | 4 | 133 | 5C | 34 |
| Octal | 365 | 26 | 332 | 0 | 133 | 13 | 4 | 463 | 134 | 64 |
| Binary | 11110101 | 10110 | 11011010 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011100 | 110100 |
Color Harmonies of #F516DA
Complementary color
Monochromatic Colors of #F516DA
Black with #F516DA
Text Example
Text Example
White with #F516DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516DA; }
p { color: rgb(245,22,218); }
H1.HeaderClassName
{
color: #F516DA;
}
.AnyTagClassName
{
color: #F516DA;
}
</style>
background-color css
<style>
a { background-color: #F516DA; }
a { background-color: rgb(245,22,218); }
div.DivClassName
{
background-color: #F516DA;
}
.BgClassName
{
background-color: #F516DA;
}
</style>
border-color css
<style>
span { border-color: #F516DA; }
span { border-color: rgb(245,22,218); }
td.TdClassName
{
border-color: #F516DA;
}
.TagClassName
{
border-color: #F516DA;
}
</style>