Shades of Hot Magenta #F50DDC
Tints of Hot Magenta #F50DDC
RGB
CMYK
RGB Variations
Color information
#F50DDC (or 0xF50DDC) is known color: Hot Magenta. HEX triplet: F5, 0D and DC. RGB value is (245,13,220). Sum of RGB (Red+Green+Blue) = 245+13+220=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DDC is #0AF223. Grayscale: #696969. Windows color (decimal): -717348 or 14421493. OLE color: 14421493.
HSL color Cylindrical-coordinate representation of color #F50DDC: hue angle of 306.47º 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 #F50DDC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.04 |
| HSL | 306.47º | 0.92% | 0.51% | - |
| HSV(B) | 306.47º | 0.95% | 0.96% | - |
| XYZ | 50.72 | 24.87 | 69.84 | - |
| YUV | 105.97 | 192.36 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 220 | 0 | 0.95 | 0.10 | 0.04 | 306.47 | 0.92 | 0.51 |
| Hex | F5 | D | DC | 0 | 5F | A | 4 | 132 | 5C | 33 |
| Octal | 365 | 15 | 334 | 0 | 137 | 12 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 1101 | 11011100 | 0 | 1011111 | 1010 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F50DDC
Complementary color
Monochromatic Colors of #F50DDC
Black with #F50DDC
Text Example
Text Example
White with #F50DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DDC; }
p { color: rgb(245,13,220); }
H1.HeaderClassName
{
color: #F50DDC;
}
.AnyTagClassName
{
color: #F50DDC;
}
</style>
background-color css
<style>
a { background-color: #F50DDC; }
a { background-color: rgb(245,13,220); }
div.DivClassName
{
background-color: #F50DDC;
}
.BgClassName
{
background-color: #F50DDC;
}
</style>
border-color css
<style>
span { border-color: #F50DDC; }
span { border-color: rgb(245,13,220); }
td.TdClassName
{
border-color: #F50DDC;
}
.TagClassName
{
border-color: #F50DDC;
}
</style>