Shades of Hot Magenta #F500DA
Tints of Hot Magenta #F500DA
RGB
CMYK
RGB Variations
Color information
#F500DA (or 0xF500DA) is known color: Hot Magenta. HEX triplet: F5, 00 and DA. RGB value is (245,0,218). Sum of RGB (Red+Green+Blue) = 245+0+218=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F500DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F500DA is #0AFF25. Grayscale: #616161. Windows color (decimal): -720678 or 14287093. OLE color: 14287093.
HSL color Cylindrical-coordinate representation of color #F500DA: hue angle of 306.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500DA is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.11 | 0.04 |
| HSL | 306.61º | 1% | 0.48% | - |
| HSV(B) | 306.61º | 1% | 0.96% | - |
| XYZ | 50.31 | 24.47 | 68.4 | - |
| YUV | 98.11 | 195.67 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 218 | 0 | 1 | 0.11 | 0.04 | 306.61 | 1 | 0.48 |
| Hex | F5 | 0 | DA | 0 | 64 | B | 4 | 133 | 64 | 30 |
| Octal | 365 | 0 | 332 | 0 | 144 | 13 | 4 | 463 | 144 | 60 |
| Binary | 11110101 | 0 | 11011010 | 0 | 1100100 | 1011 | 100 | 100110011 | 1100100 | 110000 |
Color Harmonies of #F500DA
Complementary color
Monochromatic Colors of #F500DA
Black with #F500DA
Text Example
Text Example
White with #F500DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500DA; }
p { color: rgb(245,0,218); }
H1.HeaderClassName
{
color: #F500DA;
}
.AnyTagClassName
{
color: #F500DA;
}
</style>
background-color css
<style>
a { background-color: #F500DA; }
a { background-color: rgb(245,0,218); }
div.DivClassName
{
background-color: #F500DA;
}
.BgClassName
{
background-color: #F500DA;
}
</style>
border-color css
<style>
span { border-color: #F500DA; }
span { border-color: rgb(245,0,218); }
td.TdClassName
{
border-color: #F500DA;
}
.TagClassName
{
border-color: #F500DA;
}
</style>