Shades of Hot Magenta #F50FD2
Tints of Hot Magenta #F50FD2
RGB
CMYK
RGB Variations
Color information
#F50FD2 (or 0xF50FD2) is known color: Hot Magenta. HEX triplet: F5, 0F and D2. RGB value is (245,15,210). Sum of RGB (Red+Green+Blue) = 245+15+210=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FD2 is #0AF02D. Grayscale: #696969. Windows color (decimal): -716846 or 13766645. OLE color: 13766645.
HSL color Cylindrical-coordinate representation of color #F50FD2: hue angle of 309.13º 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 #F50FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.04 |
| HSL | 309.13º | 0.92% | 0.51% | - |
| HSV(B) | 309.13º | 0.94% | 0.96% | - |
| XYZ | 49.46 | 24.41 | 63.08 | - |
| YUV | 106 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 210 | 0 | 0.94 | 0.14 | 0.04 | 309.13 | 0.92 | 0.51 |
| Hex | F5 | F | D2 | 0 | 5E | E | 4 | 135 | 5C | 33 |
| Octal | 365 | 17 | 322 | 0 | 136 | 16 | 4 | 465 | 134 | 63 |
| Binary | 11110101 | 1111 | 11010010 | 0 | 1011110 | 1110 | 100 | 100110101 | 1011100 | 110011 |
Color Harmonies of #F50FD2
Complementary color
Monochromatic Colors of #F50FD2
Black with #F50FD2
Text Example
Text Example
White with #F50FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FD2; }
p { color: rgb(245,15,210); }
H1.HeaderClassName
{
color: #F50FD2;
}
.AnyTagClassName
{
color: #F50FD2;
}
</style>
background-color css
<style>
a { background-color: #F50FD2; }
a { background-color: rgb(245,15,210); }
div.DivClassName
{
background-color: #F50FD2;
}
.BgClassName
{
background-color: #F50FD2;
}
</style>
border-color css
<style>
span { border-color: #F50FD2; }
span { border-color: rgb(245,15,210); }
td.TdClassName
{
border-color: #F50FD2;
}
.TagClassName
{
border-color: #F50FD2;
}
</style>