Shades of Hot Magenta #F818DC
Tints of Hot Magenta #F818DC
RGB
CMYK
RGB Variations
Color information
#F818DC (or 0xF818DC) is known color: Hot Magenta. HEX triplet: F8, 18 and DC. RGB value is (248,24,220). Sum of RGB (Red+Green+Blue) = 248+24+220=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 24 (9.77% from 255 or 4.88% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F818DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818DC is #07E723. Grayscale: #707070. Windows color (decimal): -517924 or 14424312. OLE color: 14424312.
HSL color Cylindrical-coordinate representation of color #F818DC: hue angle of 307.5º 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 #F818DC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 220 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.03 |
| HSL | 307.5º | 0.94% | 0.53% | - |
| HSV(B) | 307.5º | 0.9% | 0.97% | - |
| XYZ | 51.96 | 25.78 | 69.95 | - |
| YUV | 113.32 | 188.21 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 220 | 0 | 0.90 | 0.11 | 0.03 | 307.5 | 0.94 | 0.53 |
| Hex | F8 | 18 | DC | 0 | 5A | B | 3 | 134 | 5E | 35 |
| Octal | 370 | 30 | 334 | 0 | 132 | 13 | 3 | 464 | 136 | 65 |
| Binary | 11111000 | 11000 | 11011100 | 0 | 1011010 | 1011 | 11 | 100110100 | 1011110 | 110101 |
Color Harmonies of #F818DC
Complementary color
Monochromatic Colors of #F818DC
Black with #F818DC
Text Example
Text Example
White with #F818DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818DC; }
p { color: rgb(248,24,220); }
H1.HeaderClassName
{
color: #F818DC;
}
.AnyTagClassName
{
color: #F818DC;
}
</style>
background-color css
<style>
a { background-color: #F818DC; }
a { background-color: rgb(248,24,220); }
div.DivClassName
{
background-color: #F818DC;
}
.BgClassName
{
background-color: #F818DC;
}
</style>
border-color css
<style>
span { border-color: #F818DC; }
span { border-color: rgb(248,24,220); }
td.TdClassName
{
border-color: #F818DC;
}
.TagClassName
{
border-color: #F818DC;
}
</style>