Shades of Hot Magenta #F000DB
Tints of Hot Magenta #F000DB
RGB
CMYK
RGB Variations
Color information
#F000DB (or 0xF000DB) is known color: Hot Magenta. HEX triplet: F0, 00 and DB. RGB value is (240,0,219). Sum of RGB (Red+Green+Blue) = 240+0+219=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F000DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F000DB is #0FFF24. Grayscale: #606060. Windows color (decimal): -1048357 or 14352624. OLE color: 14352624.
HSL color Cylindrical-coordinate representation of color #F000DB: hue angle of 305.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000DB is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 219 | - |
| CMYK | 0 | 1 | 0.09 | 0.06 |
| HSL | 305.25º | 1% | 0.47% | - |
| HSV(B) | 305.25º | 1% | 0.94% | - |
| XYZ | 48.72 | 23.64 | 69.01 | - |
| YUV | 96.73 | 197.01 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 219 | 0 | 1 | 0.09 | 0.06 | 305.25 | 1 | 0.47 |
| Hex | F0 | 0 | DB | 0 | 64 | 9 | 6 | 131 | 64 | 2F |
| Octal | 360 | 0 | 333 | 0 | 144 | 11 | 6 | 461 | 144 | 57 |
| Binary | 11110000 | 0 | 11011011 | 0 | 1100100 | 1001 | 110 | 100110001 | 1100100 | 101111 |
Color Harmonies of #F000DB
Complementary color
Monochromatic Colors of #F000DB
Black with #F000DB
Text Example
Text Example
White with #F000DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000DB; }
p { color: rgb(240,0,219); }
H1.HeaderClassName
{
color: #F000DB;
}
.AnyTagClassName
{
color: #F000DB;
}
</style>
background-color css
<style>
a { background-color: #F000DB; }
a { background-color: rgb(240,0,219); }
div.DivClassName
{
background-color: #F000DB;
}
.BgClassName
{
background-color: #F000DB;
}
</style>
border-color css
<style>
span { border-color: #F000DB; }
span { border-color: rgb(240,0,219); }
td.TdClassName
{
border-color: #F000DB;
}
.TagClassName
{
border-color: #F000DB;
}
</style>