Shades of Hot Magenta #F101DB
Tints of Hot Magenta #F101DB
RGB
CMYK
RGB Variations
Color information
#F101DB (or 0xF101DB) is known color: Hot Magenta. HEX triplet: F1, 01 and DB. RGB value is (241,1,219). Sum of RGB (Red+Green+Blue) = 241+1+219=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F101DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101DB is #0EFE24. Grayscale: #606060. Windows color (decimal): -982565 or 14352881. OLE color: 14352881.
HSL color Cylindrical-coordinate representation of color #F101DB: hue angle of 305.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101DB is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.05 |
| HSL | 305.5º | 0.99% | 0.47% | - |
| HSV(B) | 305.5º | 1% | 0.95% | - |
| XYZ | 49.07 | 23.84 | 69.03 | - |
| YUV | 97.61 | 196.51 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 219 | 0 | 1.00 | 0.09 | 0.05 | 305.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | DB | 0 | 64 | 9 | 5 | 132 | 63 | 2F |
| Octal | 361 | 1 | 333 | 0 | 144 | 11 | 5 | 462 | 143 | 57 |
| Binary | 11110001 | 1 | 11011011 | 0 | 1100100 | 1001 | 101 | 100110010 | 1100011 | 101111 |
Color Harmonies of #F101DB
Complementary color
Monochromatic Colors of #F101DB
Black with #F101DB
Text Example
Text Example
White with #F101DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101DB; }
p { color: rgb(241,1,219); }
H1.HeaderClassName
{
color: #F101DB;
}
.AnyTagClassName
{
color: #F101DB;
}
</style>
background-color css
<style>
a { background-color: #F101DB; }
a { background-color: rgb(241,1,219); }
div.DivClassName
{
background-color: #F101DB;
}
.BgClassName
{
background-color: #F101DB;
}
</style>
border-color css
<style>
span { border-color: #F101DB; }
span { border-color: rgb(241,1,219); }
td.TdClassName
{
border-color: #F101DB;
}
.TagClassName
{
border-color: #F101DB;
}
</style>