Shades of Hot Magenta #F50DDA
Tints of Hot Magenta #F50DDA
RGB
CMYK
RGB Variations
Color information
#F50DDA (or 0xF50DDA) is known color: Hot Magenta. HEX triplet: F5, 0D and DA. RGB value is (245,13,218). Sum of RGB (Red+Green+Blue) = 245+13+218=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DDA is #0AF225. Grayscale: #696969. Windows color (decimal): -717350 or 14290421. OLE color: 14290421.
HSL color Cylindrical-coordinate representation of color #F50DDA: hue angle of 306.98º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DDA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 218 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.04 |
| HSL | 306.98º | 0.92% | 0.51% | - |
| HSV(B) | 306.98º | 0.95% | 0.96% | - |
| XYZ | 50.46 | 24.76 | 68.45 | - |
| YUV | 105.74 | 191.36 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 218 | 0 | 0.95 | 0.11 | 0.04 | 306.98 | 0.92 | 0.51 |
| Hex | F5 | D | DA | 0 | 5F | B | 4 | 133 | 5C | 33 |
| Octal | 365 | 15 | 332 | 0 | 137 | 13 | 4 | 463 | 134 | 63 |
| Binary | 11110101 | 1101 | 11011010 | 0 | 1011111 | 1011 | 100 | 100110011 | 1011100 | 110011 |
Color Harmonies of #F50DDA
Complementary color
Monochromatic Colors of #F50DDA
Black with #F50DDA
Text Example
Text Example
White with #F50DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DDA; }
p { color: rgb(245,13,218); }
H1.HeaderClassName
{
color: #F50DDA;
}
.AnyTagClassName
{
color: #F50DDA;
}
</style>
background-color css
<style>
a { background-color: #F50DDA; }
a { background-color: rgb(245,13,218); }
div.DivClassName
{
background-color: #F50DDA;
}
.BgClassName
{
background-color: #F50DDA;
}
</style>
border-color css
<style>
span { border-color: #F50DDA; }
span { border-color: rgb(245,13,218); }
td.TdClassName
{
border-color: #F50DDA;
}
.TagClassName
{
border-color: #F50DDA;
}
</style>