Shades of Hot Magenta #F608DB
Tints of Hot Magenta #F608DB
RGB
CMYK
RGB Variations
Color information
#F608DB (or 0xF608DB) is known color: Hot Magenta. HEX triplet: F6, 08 and DB. RGB value is (246,8,219). Sum of RGB (Red+Green+Blue) = 246+8+219=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F608DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F608DB is #09F724. Grayscale: #666666. Windows color (decimal): -653093 or 14354678. OLE color: 14354678.
HSL color Cylindrical-coordinate representation of color #F608DB: hue angle of 306.81º 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 #F608DB is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.04 |
| HSL | 306.81º | 0.94% | 0.5% | - |
| HSV(B) | 306.81º | 0.97% | 0.96% | - |
| XYZ | 50.88 | 24.88 | 69.14 | - |
| YUV | 103.22 | 193.35 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 219 | 0 | 0.97 | 0.11 | 0.04 | 306.81 | 0.94 | 0.5 |
| Hex | F6 | 8 | DB | 0 | 61 | B | 4 | 133 | 5E | 32 |
| Octal | 366 | 10 | 333 | 0 | 141 | 13 | 4 | 463 | 136 | 62 |
| Binary | 11110110 | 1000 | 11011011 | 0 | 1100001 | 1011 | 100 | 100110011 | 1011110 | 110010 |
Color Harmonies of #F608DB
Complementary color
Monochromatic Colors of #F608DB
Black with #F608DB
Text Example
Text Example
White with #F608DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608DB; }
p { color: rgb(246,8,219); }
H1.HeaderClassName
{
color: #F608DB;
}
.AnyTagClassName
{
color: #F608DB;
}
</style>
background-color css
<style>
a { background-color: #F608DB; }
a { background-color: rgb(246,8,219); }
div.DivClassName
{
background-color: #F608DB;
}
.BgClassName
{
background-color: #F608DB;
}
</style>
border-color css
<style>
span { border-color: #F608DB; }
span { border-color: rgb(246,8,219); }
td.TdClassName
{
border-color: #F608DB;
}
.TagClassName
{
border-color: #F608DB;
}
</style>