Shades of Hot Magenta #F608D1
Tints of Hot Magenta #F608D1
RGB
CMYK
RGB Variations
Color information
#F608D1 (or 0xF608D1) is known color: Hot Magenta. HEX triplet: F6, 08 and D1. RGB value is (246,8,209). Sum of RGB (Red+Green+Blue) = 246+8+209=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F608D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608D1 is #09F72E. Grayscale: #656565. Windows color (decimal): -653103 or 13699318. OLE color: 13699318.
HSL color Cylindrical-coordinate representation of color #F608D1: hue angle of 309.33º 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 #F608D1 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 209 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.04 |
| HSL | 309.33º | 0.94% | 0.5% | - |
| HSV(B) | 309.33º | 0.97% | 0.96% | - |
| XYZ | 49.6 | 24.37 | 62.41 | - |
| YUV | 102.08 | 188.35 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 209 | 0 | 0.97 | 0.15 | 0.04 | 309.33 | 0.94 | 0.5 |
| Hex | F6 | 8 | D1 | 0 | 61 | F | 4 | 135 | 5E | 32 |
| Octal | 366 | 10 | 321 | 0 | 141 | 17 | 4 | 465 | 136 | 62 |
| Binary | 11110110 | 1000 | 11010001 | 0 | 1100001 | 1111 | 100 | 100110101 | 1011110 | 110010 |
Color Harmonies of #F608D1
Complementary color
Monochromatic Colors of #F608D1
Black with #F608D1
Text Example
Text Example
White with #F608D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608D1; }
p { color: rgb(246,8,209); }
H1.HeaderClassName
{
color: #F608D1;
}
.AnyTagClassName
{
color: #F608D1;
}
</style>
background-color css
<style>
a { background-color: #F608D1; }
a { background-color: rgb(246,8,209); }
div.DivClassName
{
background-color: #F608D1;
}
.BgClassName
{
background-color: #F608D1;
}
</style>
border-color css
<style>
span { border-color: #F608D1; }
span { border-color: rgb(246,8,209); }
td.TdClassName
{
border-color: #F608D1;
}
.TagClassName
{
border-color: #F608D1;
}
</style>