Shades of Hot Magenta #F50DDB
Tints of Hot Magenta #F50DDB
RGB
CMYK
RGB Variations
Color information
#F50DDB (or 0xF50DDB) is known color: Hot Magenta. HEX triplet: F5, 0D and DB. RGB value is (245,13,219). Sum of RGB (Red+Green+Blue) = 245+13+219=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DDB is #0AF224. Grayscale: #696969. Windows color (decimal): -717349 or 14355957. OLE color: 14355957.
HSL color Cylindrical-coordinate representation of color #F50DDB: hue angle of 306.72º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50DDB is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.04 |
| HSL | 306.72º | 0.92% | 0.51% | - |
| HSV(B) | 306.72º | 0.95% | 0.96% | - |
| XYZ | 50.59 | 24.81 | 69.14 | - |
| YUV | 105.85 | 191.86 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 219 | 0 | 0.95 | 0.11 | 0.04 | 306.72 | 0.92 | 0.51 |
| Hex | F5 | D | DB | 0 | 5F | B | 4 | 133 | 5C | 33 |
| Octal | 365 | 15 | 333 | 0 | 137 | 13 | 4 | 463 | 134 | 63 |
| Binary | 11110101 | 1101 | 11011011 | 0 | 1011111 | 1011 | 100 | 100110011 | 1011100 | 110011 |
Color Harmonies of #F50DDB
Complementary color
Monochromatic Colors of #F50DDB
Black with #F50DDB
Text Example
Text Example
White with #F50DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50DDB; }
p { color: rgb(245,13,219); }
H1.HeaderClassName
{
color: #F50DDB;
}
.AnyTagClassName
{
color: #F50DDB;
}
</style>
background-color css
<style>
a { background-color: #F50DDB; }
a { background-color: rgb(245,13,219); }
div.DivClassName
{
background-color: #F50DDB;
}
.BgClassName
{
background-color: #F50DDB;
}
</style>
border-color css
<style>
span { border-color: #F50DDB; }
span { border-color: rgb(245,13,219); }
td.TdClassName
{
border-color: #F50DDB;
}
.TagClassName
{
border-color: #F50DDB;
}
</style>