Shades of Hot Magenta #F80DDB
Tints of Hot Magenta #F80DDB
RGB
CMYK
RGB Variations
Color information
#F80DDB (or 0xF80DDB) is known color: Hot Magenta. HEX triplet: F8, 0D and DB. RGB value is (248,13,219). Sum of RGB (Red+Green+Blue) = 248+13+219=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDB is #07F224. Grayscale: #6A6A6A. Windows color (decimal): -520741 or 14355960. OLE color: 14355960.
HSL color Cylindrical-coordinate representation of color #F80DDB: hue angle of 307.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DDB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.03 |
| HSL | 307.4º | 0.94% | 0.51% | - |
| HSV(B) | 307.4º | 0.95% | 0.97% | - |
| XYZ | 51.64 | 25.36 | 69.19 | - |
| YUV | 106.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 219 | 0 | 0.95 | 0.12 | 0.03 | 307.4 | 0.94 | 0.51 |
| Hex | F8 | D | DB | 0 | 5F | C | 3 | 133 | 5E | 33 |
| Octal | 370 | 15 | 333 | 0 | 137 | 14 | 3 | 463 | 136 | 63 |
| Binary | 11111000 | 1101 | 11011011 | 0 | 1011111 | 1100 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F80DDB
Complementary color
Monochromatic Colors of #F80DDB
Black with #F80DDB
Text Example
Text Example
White with #F80DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DDB; }
p { color: rgb(248,13,219); }
H1.HeaderClassName
{
color: #F80DDB;
}
.AnyTagClassName
{
color: #F80DDB;
}
</style>
background-color css
<style>
a { background-color: #F80DDB; }
a { background-color: rgb(248,13,219); }
div.DivClassName
{
background-color: #F80DDB;
}
.BgClassName
{
background-color: #F80DDB;
}
</style>
border-color css
<style>
span { border-color: #F80DDB; }
span { border-color: rgb(248,13,219); }
td.TdClassName
{
border-color: #F80DDB;
}
.TagClassName
{
border-color: #F80DDB;
}
</style>