Shades of Hot Magenta #F003DB
Tints of Hot Magenta #F003DB
RGB
CMYK
RGB Variations
Color information
#F003DB (or 0xF003DB) is known color: Hot Magenta. HEX triplet: F0, 03 and DB. RGB value is (240,3,219). Sum of RGB (Red+Green+Blue) = 240+3+219=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F003DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003DB is #0FFC24. Grayscale: #616161. Windows color (decimal): -1047589 or 14353392. OLE color: 14353392.
HSL color Cylindrical-coordinate representation of color #F003DB: hue angle of 305.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003DB is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.06 |
| HSL | 305.32º | 0.98% | 0.48% | - |
| HSV(B) | 305.32º | 0.99% | 0.94% | - |
| XYZ | 48.75 | 23.7 | 69.02 | - |
| YUV | 98.49 | 196.02 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 219 | 0 | 0.99 | 0.09 | 0.06 | 305.32 | 0.98 | 0.48 |
| Hex | F0 | 3 | DB | 0 | 63 | 9 | 6 | 131 | 62 | 30 |
| Octal | 360 | 3 | 333 | 0 | 143 | 11 | 6 | 461 | 142 | 60 |
| Binary | 11110000 | 11 | 11011011 | 0 | 1100011 | 1001 | 110 | 100110001 | 1100010 | 110000 |
Color Harmonies of #F003DB
Complementary color
Monochromatic Colors of #F003DB
Black with #F003DB
Text Example
Text Example
White with #F003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003DB; }
p { color: rgb(240,3,219); }
H1.HeaderClassName
{
color: #F003DB;
}
.AnyTagClassName
{
color: #F003DB;
}
</style>
background-color css
<style>
a { background-color: #F003DB; }
a { background-color: rgb(240,3,219); }
div.DivClassName
{
background-color: #F003DB;
}
.BgClassName
{
background-color: #F003DB;
}
</style>
border-color css
<style>
span { border-color: #F003DB; }
span { border-color: rgb(240,3,219); }
td.TdClassName
{
border-color: #F003DB;
}
.TagClassName
{
border-color: #F003DB;
}
</style>