Shades of Hot Magenta #F818DB
Tints of Hot Magenta #F818DB
RGB
CMYK
RGB Variations
Color information
#F818DB (or 0xF818DB) is known color: Hot Magenta. HEX triplet: F8, 18 and DB. RGB value is (248,24,219). Sum of RGB (Red+Green+Blue) = 248+24+219=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F818DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818DB is #07E724. Grayscale: #707070. Windows color (decimal): -517925 or 14358776. OLE color: 14358776.
HSL color Cylindrical-coordinate representation of color #F818DB: hue angle of 307.77º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818DB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.03 |
| HSL | 307.77º | 0.94% | 0.53% | - |
| HSV(B) | 307.77º | 0.9% | 0.97% | - |
| XYZ | 51.82 | 25.72 | 69.25 | - |
| YUV | 113.21 | 187.71 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 219 | 0 | 0.90 | 0.12 | 0.03 | 307.77 | 0.94 | 0.53 |
| Hex | F8 | 18 | DB | 0 | 5A | C | 3 | 134 | 5E | 35 |
| Octal | 370 | 30 | 333 | 0 | 132 | 14 | 3 | 464 | 136 | 65 |
| Binary | 11111000 | 11000 | 11011011 | 0 | 1011010 | 1100 | 11 | 100110100 | 1011110 | 110101 |
Color Harmonies of #F818DB
Complementary color
Monochromatic Colors of #F818DB
Black with #F818DB
Text Example
Text Example
White with #F818DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818DB; }
p { color: rgb(248,24,219); }
H1.HeaderClassName
{
color: #F818DB;
}
.AnyTagClassName
{
color: #F818DB;
}
</style>
background-color css
<style>
a { background-color: #F818DB; }
a { background-color: rgb(248,24,219); }
div.DivClassName
{
background-color: #F818DB;
}
.BgClassName
{
background-color: #F818DB;
}
</style>
border-color css
<style>
span { border-color: #F818DB; }
span { border-color: rgb(248,24,219); }
td.TdClassName
{
border-color: #F818DB;
}
.TagClassName
{
border-color: #F818DB;
}
</style>