Shades of Hot Magenta #F50FDE
Tints of Hot Magenta #F50FDE
RGB
CMYK
RGB Variations
Color information
#F50FDE (or 0xF50FDE) is known color: Hot Magenta. HEX triplet: F5, 0F and DE. RGB value is (245,15,222). Sum of RGB (Red+Green+Blue) = 245+15+222=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FDE is #0AF021. Grayscale: #6A6A6A. Windows color (decimal): -716834 or 14553077. OLE color: 14553077.
HSL color Cylindrical-coordinate representation of color #F50FDE: hue angle of 306º 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 #F50FDE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 222 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.04 |
| HSL | 306º | 0.92% | 0.51% | - |
| HSV(B) | 306º | 0.94% | 0.96% | - |
| XYZ | 51.01 | 25.03 | 71.25 | - |
| YUV | 107.37 | 192.7 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 222 | 0 | 0.94 | 0.09 | 0.04 | 306 | 0.92 | 0.51 |
| Hex | F5 | F | DE | 0 | 5E | 9 | 4 | 132 | 5C | 33 |
| Octal | 365 | 17 | 336 | 0 | 136 | 11 | 4 | 462 | 134 | 63 |
| Binary | 11110101 | 1111 | 11011110 | 0 | 1011110 | 1001 | 100 | 100110010 | 1011100 | 110011 |
Color Harmonies of #F50FDE
Complementary color
Monochromatic Colors of #F50FDE
Black with #F50FDE
Text Example
Text Example
White with #F50FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FDE; }
p { color: rgb(245,15,222); }
H1.HeaderClassName
{
color: #F50FDE;
}
.AnyTagClassName
{
color: #F50FDE;
}
</style>
background-color css
<style>
a { background-color: #F50FDE; }
a { background-color: rgb(245,15,222); }
div.DivClassName
{
background-color: #F50FDE;
}
.BgClassName
{
background-color: #F50FDE;
}
</style>
border-color css
<style>
span { border-color: #F50FDE; }
span { border-color: rgb(245,15,222); }
td.TdClassName
{
border-color: #F50FDE;
}
.TagClassName
{
border-color: #F50FDE;
}
</style>