Shades of Hot Magenta #F50BDB
Tints of Hot Magenta #F50BDB
RGB
CMYK
RGB Variations
Color information
#F50BDB (or 0xF50BDB) is known color: Hot Magenta. HEX triplet: F5, 0B and DB. RGB value is (245,11,219). Sum of RGB (Red+Green+Blue) = 245+11+219=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BDB is #0AF424. Grayscale: #686868. Windows color (decimal): -717861 or 14355445. OLE color: 14355445.
HSL color Cylindrical-coordinate representation of color #F50BDB: hue angle of 306.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50BDB is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 219 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.04 |
| HSL | 306.67º | 0.92% | 0.5% | - |
| HSV(B) | 306.67º | 0.96% | 0.96% | - |
| XYZ | 50.56 | 24.77 | 69.13 | - |
| YUV | 104.68 | 192.52 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 219 | 0 | 0.96 | 0.11 | 0.04 | 306.67 | 0.92 | 0.5 |
| Hex | F5 | B | DB | 0 | 60 | B | 4 | 133 | 5C | 32 |
| Octal | 365 | 13 | 333 | 0 | 140 | 13 | 4 | 463 | 134 | 62 |
| Binary | 11110101 | 1011 | 11011011 | 0 | 1100000 | 1011 | 100 | 100110011 | 1011100 | 110010 |
Color Harmonies of #F50BDB
Complementary color
Monochromatic Colors of #F50BDB
Black with #F50BDB
Text Example
Text Example
White with #F50BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BDB; }
p { color: rgb(245,11,219); }
H1.HeaderClassName
{
color: #F50BDB;
}
.AnyTagClassName
{
color: #F50BDB;
}
</style>
background-color css
<style>
a { background-color: #F50BDB; }
a { background-color: rgb(245,11,219); }
div.DivClassName
{
background-color: #F50BDB;
}
.BgClassName
{
background-color: #F50BDB;
}
</style>
border-color css
<style>
span { border-color: #F50BDB; }
span { border-color: rgb(245,11,219); }
td.TdClassName
{
border-color: #F50BDB;
}
.TagClassName
{
border-color: #F50BDB;
}
</style>