Shades of Hot Magenta #F10DDB
Tints of Hot Magenta #F10DDB
RGB
CMYK
RGB Variations
Color information
#F10DDB (or 0xF10DDB) is known color: Hot Magenta. HEX triplet: F1, 0D and DB. RGB value is (241,13,219). Sum of RGB (Red+Green+Blue) = 241+13+219=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DDB is #0EF224. Grayscale: #686868. Windows color (decimal): -979493 or 14355953. OLE color: 14355953.
HSL color Cylindrical-coordinate representation of color #F10DDB: hue angle of 305.79º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DDB is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.79º | 0.9% | 0.5% | - |
| HSV(B) | 305.79º | 0.95% | 0.95% | - |
| XYZ | 49.21 | 24.1 | 69.08 | - |
| YUV | 104.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 219 | 0 | 0.95 | 0.09 | 0.05 | 305.79 | 0.9 | 0.5 |
| Hex | F1 | D | DB | 0 | 5F | 9 | 5 | 132 | 5A | 32 |
| Octal | 361 | 15 | 333 | 0 | 137 | 11 | 5 | 462 | 132 | 62 |
| Binary | 11110001 | 1101 | 11011011 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F10DDB
Complementary color
Monochromatic Colors of #F10DDB
Black with #F10DDB
Text Example
Text Example
White with #F10DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DDB; }
p { color: rgb(241,13,219); }
H1.HeaderClassName
{
color: #F10DDB;
}
.AnyTagClassName
{
color: #F10DDB;
}
</style>
background-color css
<style>
a { background-color: #F10DDB; }
a { background-color: rgb(241,13,219); }
div.DivClassName
{
background-color: #F10DDB;
}
.BgClassName
{
background-color: #F10DDB;
}
</style>
border-color css
<style>
span { border-color: #F10DDB; }
span { border-color: rgb(241,13,219); }
td.TdClassName
{
border-color: #F10DDB;
}
.TagClassName
{
border-color: #F10DDB;
}
</style>