Shades of Hot Magenta #F50FDB
Tints of Hot Magenta #F50FDB
RGB
CMYK
RGB Variations
Color information
#F50FDB (or 0xF50FDB) is known color: Hot Magenta. HEX triplet: F5, 0F and DB. RGB value is (245,15,219). Sum of RGB (Red+Green+Blue) = 245+15+219=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FDB is #0AF024. Grayscale: #6A6A6A. Windows color (decimal): -716837 or 14356469. OLE color: 14356469.
HSL color Cylindrical-coordinate representation of color #F50FDB: hue angle of 306.78º 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 #F50FDB is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 219 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.04 |
| HSL | 306.78º | 0.92% | 0.51% | - |
| HSV(B) | 306.78º | 0.94% | 0.96% | - |
| XYZ | 50.61 | 24.87 | 69.15 | - |
| YUV | 107.03 | 191.2 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 219 | 0 | 0.94 | 0.11 | 0.04 | 306.78 | 0.92 | 0.51 |
| Hex | F5 | F | DB | 0 | 5E | B | 4 | 133 | 5C | 33 |
| Octal | 365 | 17 | 333 | 0 | 136 | 13 | 4 | 463 | 134 | 63 |
| Binary | 11110101 | 1111 | 11011011 | 0 | 1011110 | 1011 | 100 | 100110011 | 1011100 | 110011 |
Color Harmonies of #F50FDB
Complementary color
Monochromatic Colors of #F50FDB
Black with #F50FDB
Text Example
Text Example
White with #F50FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FDB; }
p { color: rgb(245,15,219); }
H1.HeaderClassName
{
color: #F50FDB;
}
.AnyTagClassName
{
color: #F50FDB;
}
</style>
background-color css
<style>
a { background-color: #F50FDB; }
a { background-color: rgb(245,15,219); }
div.DivClassName
{
background-color: #F50FDB;
}
.BgClassName
{
background-color: #F50FDB;
}
</style>
border-color css
<style>
span { border-color: #F50FDB; }
span { border-color: rgb(245,15,219); }
td.TdClassName
{
border-color: #F50FDB;
}
.TagClassName
{
border-color: #F50FDB;
}
</style>