Shades of Hot Magenta #F103DB
Tints of Hot Magenta #F103DB
RGB
CMYK
RGB Variations
Color information
#F103DB (or 0xF103DB) is known color: Hot Magenta. HEX triplet: F1, 03 and DB. RGB value is (241,3,219). Sum of RGB (Red+Green+Blue) = 241+3+219=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F103DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103DB is #0EFC24. Grayscale: #626262. Windows color (decimal): -982053 or 14353393. OLE color: 14353393.
HSL color Cylindrical-coordinate representation of color #F103DB: hue angle of 305.55º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103DB is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.05 |
| HSL | 305.55º | 0.98% | 0.48% | - |
| HSV(B) | 305.55º | 0.99% | 0.95% | - |
| XYZ | 49.09 | 23.88 | 69.04 | - |
| YUV | 98.79 | 195.85 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 219 | 0 | 0.99 | 0.09 | 0.05 | 305.55 | 0.98 | 0.48 |
| Hex | F1 | 3 | DB | 0 | 63 | 9 | 5 | 132 | 62 | 30 |
| Octal | 361 | 3 | 333 | 0 | 143 | 11 | 5 | 462 | 142 | 60 |
| Binary | 11110001 | 11 | 11011011 | 0 | 1100011 | 1001 | 101 | 100110010 | 1100010 | 110000 |
Color Harmonies of #F103DB
Complementary color
Monochromatic Colors of #F103DB
Black with #F103DB
Text Example
Text Example
White with #F103DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103DB; }
p { color: rgb(241,3,219); }
H1.HeaderClassName
{
color: #F103DB;
}
.AnyTagClassName
{
color: #F103DB;
}
</style>
background-color css
<style>
a { background-color: #F103DB; }
a { background-color: rgb(241,3,219); }
div.DivClassName
{
background-color: #F103DB;
}
.BgClassName
{
background-color: #F103DB;
}
</style>
border-color css
<style>
span { border-color: #F103DB; }
span { border-color: rgb(241,3,219); }
td.TdClassName
{
border-color: #F103DB;
}
.TagClassName
{
border-color: #F103DB;
}
</style>