Shades of Hot Magenta #F608DD
Tints of Hot Magenta #F608DD
RGB
CMYK
RGB Variations
Color information
#F608DD (or 0xF608DD) is known color: Hot Magenta. HEX triplet: F6, 08 and DD. RGB value is (246,8,221). Sum of RGB (Red+Green+Blue) = 246+8+221=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F608DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608DD is #09F722. Grayscale: #666666. Windows color (decimal): -653091 or 14485750. OLE color: 14485750.
HSL color Cylindrical-coordinate representation of color #F608DD: hue angle of 306.3º 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 #F608DD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 221 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.04 |
| HSL | 306.3º | 0.94% | 0.5% | - |
| HSV(B) | 306.3º | 0.97% | 0.96% | - |
| XYZ | 51.14 | 24.99 | 70.53 | - |
| YUV | 103.44 | 194.35 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 221 | 0 | 0.97 | 0.10 | 0.04 | 306.3 | 0.94 | 0.5 |
| Hex | F6 | 8 | DD | 0 | 61 | A | 4 | 132 | 5E | 32 |
| Octal | 366 | 10 | 335 | 0 | 141 | 12 | 4 | 462 | 136 | 62 |
| Binary | 11110110 | 1000 | 11011101 | 0 | 1100001 | 1010 | 100 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F608DD
Complementary color
Monochromatic Colors of #F608DD
Black with #F608DD
Text Example
Text Example
White with #F608DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608DD; }
p { color: rgb(246,8,221); }
H1.HeaderClassName
{
color: #F608DD;
}
.AnyTagClassName
{
color: #F608DD;
}
</style>
background-color css
<style>
a { background-color: #F608DD; }
a { background-color: rgb(246,8,221); }
div.DivClassName
{
background-color: #F608DD;
}
.BgClassName
{
background-color: #F608DD;
}
</style>
border-color css
<style>
span { border-color: #F608DD; }
span { border-color: rgb(246,8,221); }
td.TdClassName
{
border-color: #F608DD;
}
.TagClassName
{
border-color: #F608DD;
}
</style>