Shades of Hot Magenta #F013DB
Tints of Hot Magenta #F013DB
RGB
CMYK
RGB Variations
Color information
#F013DB (or 0xF013DB) is known color: Hot Magenta. HEX triplet: F0, 13 and DB. RGB value is (240,19,219). Sum of RGB (Red+Green+Blue) = 240+19+219=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F013DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013DB is #0FEC24. Grayscale: #6B6B6B. Windows color (decimal): -1043493 or 14357488. OLE color: 14357488.
HSL color Cylindrical-coordinate representation of color #F013DB: hue angle of 305.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013DB is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 219 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.06 |
| HSL | 305.7º | 0.88% | 0.51% | - |
| HSV(B) | 305.7º | 0.92% | 0.94% | - |
| XYZ | 48.95 | 24.11 | 69.09 | - |
| YUV | 107.88 | 190.72 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 219 | 0 | 0.92 | 0.09 | 0.06 | 305.7 | 0.88 | 0.51 |
| Hex | F0 | 13 | DB | 0 | 5C | 9 | 6 | 132 | 58 | 33 |
| Octal | 360 | 23 | 333 | 0 | 134 | 11 | 6 | 462 | 130 | 63 |
| Binary | 11110000 | 10011 | 11011011 | 0 | 1011100 | 1001 | 110 | 100110010 | 1011000 | 110011 |
Color Harmonies of #F013DB
Complementary color
Monochromatic Colors of #F013DB
Black with #F013DB
Text Example
Text Example
White with #F013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013DB; }
p { color: rgb(240,19,219); }
H1.HeaderClassName
{
color: #F013DB;
}
.AnyTagClassName
{
color: #F013DB;
}
</style>
background-color css
<style>
a { background-color: #F013DB; }
a { background-color: rgb(240,19,219); }
div.DivClassName
{
background-color: #F013DB;
}
.BgClassName
{
background-color: #F013DB;
}
</style>
border-color css
<style>
span { border-color: #F013DB; }
span { border-color: rgb(240,19,219); }
td.TdClassName
{
border-color: #F013DB;
}
.TagClassName
{
border-color: #F013DB;
}
</style>