Shades of Hot Magenta #F814DB
Tints of Hot Magenta #F814DB
RGB
CMYK
RGB Variations
Color information
#F814DB (or 0xF814DB) is known color: Hot Magenta. HEX triplet: F8, 14 and DB. RGB value is (248,20,219). Sum of RGB (Red+Green+Blue) = 248+20+219=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F814DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814DB is #07EB24. Grayscale: #6E6E6E. Windows color (decimal): -518949 or 14357752. OLE color: 14357752.
HSL color Cylindrical-coordinate representation of color #F814DB: hue angle of 307.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814DB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.03 |
| HSL | 307.63º | 0.94% | 0.53% | - |
| HSV(B) | 307.63º | 0.92% | 0.97% | - |
| XYZ | 51.75 | 25.57 | 69.23 | - |
| YUV | 110.86 | 189.04 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 219 | 0 | 0.92 | 0.12 | 0.03 | 307.63 | 0.94 | 0.53 |
| Hex | F8 | 14 | DB | 0 | 5C | C | 3 | 134 | 5E | 35 |
| Octal | 370 | 24 | 333 | 0 | 134 | 14 | 3 | 464 | 136 | 65 |
| Binary | 11111000 | 10100 | 11011011 | 0 | 1011100 | 1100 | 11 | 100110100 | 1011110 | 110101 |
Color Harmonies of #F814DB
Complementary color
Monochromatic Colors of #F814DB
Black with #F814DB
Text Example
Text Example
White with #F814DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814DB; }
p { color: rgb(248,20,219); }
H1.HeaderClassName
{
color: #F814DB;
}
.AnyTagClassName
{
color: #F814DB;
}
</style>
background-color css
<style>
a { background-color: #F814DB; }
a { background-color: rgb(248,20,219); }
div.DivClassName
{
background-color: #F814DB;
}
.BgClassName
{
background-color: #F814DB;
}
</style>
border-color css
<style>
span { border-color: #F814DB; }
span { border-color: rgb(248,20,219); }
td.TdClassName
{
border-color: #F814DB;
}
.TagClassName
{
border-color: #F814DB;
}
</style>