Shades of Hot Magenta #F618DA
Tints of Hot Magenta #F618DA
RGB
CMYK
RGB Variations
Color information
#F618DA (or 0xF618DA) is known color: Hot Magenta. HEX triplet: F6, 18 and DA. RGB value is (246,24,218). Sum of RGB (Red+Green+Blue) = 246+24+218=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F618DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F618DA is #09E725. Grayscale: #6F6F6F. Windows color (decimal): -648998 or 14293238. OLE color: 14293238.
HSL color Cylindrical-coordinate representation of color #F618DA: hue angle of 307.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F618DA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 218 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.04 |
| HSL | 307.57º | 0.93% | 0.53% | - |
| HSV(B) | 307.57º | 0.9% | 0.96% | - |
| XYZ | 50.99 | 25.31 | 68.53 | - |
| YUV | 112.49 | 187.55 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 218 | 0 | 0.90 | 0.11 | 0.04 | 307.57 | 0.93 | 0.53 |
| Hex | F6 | 18 | DA | 0 | 5A | B | 4 | 134 | 5C | 35 |
| Octal | 366 | 30 | 332 | 0 | 132 | 13 | 4 | 464 | 134 | 65 |
| Binary | 11110110 | 11000 | 11011010 | 0 | 1011010 | 1011 | 100 | 100110100 | 1011100 | 110101 |
Color Harmonies of #F618DA
Complementary color
Monochromatic Colors of #F618DA
Black with #F618DA
Text Example
Text Example
White with #F618DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F618DA; }
p { color: rgb(246,24,218); }
H1.HeaderClassName
{
color: #F618DA;
}
.AnyTagClassName
{
color: #F618DA;
}
</style>
background-color css
<style>
a { background-color: #F618DA; }
a { background-color: rgb(246,24,218); }
div.DivClassName
{
background-color: #F618DA;
}
.BgClassName
{
background-color: #F618DA;
}
</style>
border-color css
<style>
span { border-color: #F618DA; }
span { border-color: rgb(246,24,218); }
td.TdClassName
{
border-color: #F618DA;
}
.TagClassName
{
border-color: #F618DA;
}
</style>