Shades of Hot Magenta #F50FDF
Tints of Hot Magenta #F50FDF
RGB
CMYK
RGB Variations
Color information
#F50FDF (or 0xF50FDF) is known color: Hot Magenta. HEX triplet: F5, 0F and DF. RGB value is (245,15,223). Sum of RGB (Red+Green+Blue) = 245+15+223=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FDF is #0AF020. Grayscale: #6A6A6A. Windows color (decimal): -716833 or 14618613. OLE color: 14618613.
HSL color Cylindrical-coordinate representation of color #F50FDF: hue angle of 305.74º 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 #F50FDF is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 305.74º | 0.92% | 0.51% | - |
| HSV(B) | 305.74º | 0.94% | 0.96% | - |
| XYZ | 51.15 | 25.08 | 71.96 | - |
| YUV | 107.48 | 193.2 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 223 | 0 | 0.94 | 0.09 | 0.04 | 305.74 | 0.92 | 0.51 |
| Hex | F5 | F | DF | 0 | 5E | 9 | 4 | 132 | 5C | 33 |
| Octal | 365 | 17 | 337 | 0 | 136 | 11 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 1111 | 11011111 | 0 | 1011110 | 1001 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F50FDF
Complementary color
Monochromatic Colors of #F50FDF
Black with #F50FDF
Text Example
Text Example
White with #F50FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FDF; }
p { color: rgb(245,15,223); }
H1.HeaderClassName
{
color: #F50FDF;
}
.AnyTagClassName
{
color: #F50FDF;
}
</style>
background-color css
<style>
a { background-color: #F50FDF; }
a { background-color: rgb(245,15,223); }
div.DivClassName
{
background-color: #F50FDF;
}
.BgClassName
{
background-color: #F50FDF;
}
</style>
border-color css
<style>
span { border-color: #F50FDF; }
span { border-color: rgb(245,15,223); }
td.TdClassName
{
border-color: #F50FDF;
}
.TagClassName
{
border-color: #F50FDF;
}
</style>