Shades of Hot Magenta #F501DB
Tints of Hot Magenta #F501DB
RGB
CMYK
RGB Variations
Color information
#F501DB (or 0xF501DB) is known color: Hot Magenta. HEX triplet: F5, 01 and DB. RGB value is (245,1,219). Sum of RGB (Red+Green+Blue) = 245+1+219=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F501DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501DB is #0AFE24. Grayscale: #626262. Windows color (decimal): -720421 or 14352885. OLE color: 14352885.
HSL color Cylindrical-coordinate representation of color #F501DB: hue angle of 306.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501DB is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.04 |
| HSL | 306.39º | 0.99% | 0.48% | - |
| HSV(B) | 306.39º | 1% | 0.96% | - |
| XYZ | 50.45 | 24.55 | 69.1 | - |
| YUV | 98.81 | 195.84 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 219 | 0 | 1.00 | 0.11 | 0.04 | 306.39 | 0.99 | 0.48 |
| Hex | F5 | 1 | DB | 0 | 64 | B | 4 | 132 | 63 | 30 |
| Octal | 365 | 1 | 333 | 0 | 144 | 13 | 4 | 462 | 143 | 60 |
| Binary | 11110101 | 1 | 11011011 | 0 | 1100100 | 1011 | 100 | 100110010 | 1100011 | 110000 |
Color Harmonies of #F501DB
Complementary color
Monochromatic Colors of #F501DB
Black with #F501DB
Text Example
Text Example
White with #F501DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501DB; }
p { color: rgb(245,1,219); }
H1.HeaderClassName
{
color: #F501DB;
}
.AnyTagClassName
{
color: #F501DB;
}
</style>
background-color css
<style>
a { background-color: #F501DB; }
a { background-color: rgb(245,1,219); }
div.DivClassName
{
background-color: #F501DB;
}
.BgClassName
{
background-color: #F501DB;
}
</style>
border-color css
<style>
span { border-color: #F501DB; }
span { border-color: rgb(245,1,219); }
td.TdClassName
{
border-color: #F501DB;
}
.TagClassName
{
border-color: #F501DB;
}
</style>