Shades of Hot Magenta #F50FDC
Tints of Hot Magenta #F50FDC
RGB
CMYK
RGB Variations
Color information
#F50FDC (or 0xF50FDC) is known color: Hot Magenta. HEX triplet: F5, 0F and DC. RGB value is (245,15,220). Sum of RGB (Red+Green+Blue) = 245+15+220=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FDC is #0AF023. Grayscale: #6A6A6A. Windows color (decimal): -716836 or 14422005. OLE color: 14422005.
HSL color Cylindrical-coordinate representation of color #F50FDC: hue angle of 306.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FDC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.04 |
| HSL | 306.52º | 0.92% | 0.51% | - |
| HSV(B) | 306.52º | 0.94% | 0.96% | - |
| XYZ | 50.75 | 24.92 | 69.85 | - |
| YUV | 107.14 | 191.7 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 220 | 0 | 0.94 | 0.10 | 0.04 | 306.52 | 0.92 | 0.51 |
| Hex | F5 | F | DC | 0 | 5E | A | 4 | 133 | 5C | 33 |
| Octal | 365 | 17 | 334 | 0 | 136 | 12 | 4 | 463 | 134 | 63 |
| Binary | 11110101 | 1111 | 11011100 | 0 | 1011110 | 1010 | 100 | 100110011 | 1011100 | 110011 |
Color Harmonies of #F50FDC
Complementary color
Monochromatic Colors of #F50FDC
Black with #F50FDC
Text Example
Text Example
White with #F50FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FDC; }
p { color: rgb(245,15,220); }
H1.HeaderClassName
{
color: #F50FDC;
}
.AnyTagClassName
{
color: #F50FDC;
}
</style>
background-color css
<style>
a { background-color: #F50FDC; }
a { background-color: rgb(245,15,220); }
div.DivClassName
{
background-color: #F50FDC;
}
.BgClassName
{
background-color: #F50FDC;
}
</style>
border-color css
<style>
span { border-color: #F50FDC; }
span { border-color: rgb(245,15,220); }
td.TdClassName
{
border-color: #F50FDC;
}
.TagClassName
{
border-color: #F50FDC;
}
</style>