Shades of Hot Magenta #F608D8
Tints of Hot Magenta #F608D8
RGB
CMYK
RGB Variations
Color information
#F608D8 (or 0xF608D8) is known color: Hot Magenta. HEX triplet: F6, 08 and D8. RGB value is (246,8,216). Sum of RGB (Red+Green+Blue) = 246+8+216=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F608D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608D8 is #09F727. Grayscale: #666666. Windows color (decimal): -653096 or 14158070. OLE color: 14158070.
HSL color Cylindrical-coordinate representation of color #F608D8: hue angle of 307.56º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608D8 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 216 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.04 |
| HSL | 307.56º | 0.94% | 0.5% | - |
| HSV(B) | 307.56º | 0.97% | 0.96% | - |
| XYZ | 50.49 | 24.72 | 67.08 | - |
| YUV | 102.87 | 191.85 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 216 | 0 | 0.97 | 0.12 | 0.04 | 307.56 | 0.94 | 0.5 |
| Hex | F6 | 8 | D8 | 0 | 61 | C | 4 | 134 | 5E | 32 |
| Octal | 366 | 10 | 330 | 0 | 141 | 14 | 4 | 464 | 136 | 62 |
| Binary | 11110110 | 1000 | 11011000 | 0 | 1100001 | 1100 | 100 | 100110100 | 1011110 | 110010 |
Color Harmonies of #F608D8
Complementary color
Monochromatic Colors of #F608D8
Black with #F608D8
Text Example
Text Example
White with #F608D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608D8; }
p { color: rgb(246,8,216); }
H1.HeaderClassName
{
color: #F608D8;
}
.AnyTagClassName
{
color: #F608D8;
}
</style>
background-color css
<style>
a { background-color: #F608D8; }
a { background-color: rgb(246,8,216); }
div.DivClassName
{
background-color: #F608D8;
}
.BgClassName
{
background-color: #F608D8;
}
</style>
border-color css
<style>
span { border-color: #F608D8; }
span { border-color: rgb(246,8,216); }
td.TdClassName
{
border-color: #F608D8;
}
.TagClassName
{
border-color: #F608D8;
}
</style>