Shades of Hot Magenta #F605DD
Tints of Hot Magenta #F605DD
RGB
CMYK
RGB Variations
Color information
#F605DD (or 0xF605DD) is known color: Hot Magenta. HEX triplet: F6, 05 and DD. RGB value is (246,5,221). Sum of RGB (Red+Green+Blue) = 246+5+221=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F605DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605DD is #09FA22. Grayscale: #656565. Windows color (decimal): -653859 or 14484982. OLE color: 14484982.
HSL color Cylindrical-coordinate representation of color #F605DD: hue angle of 306.22º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605DD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 221 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.04 |
| HSL | 306.22º | 0.96% | 0.49% | - |
| HSV(B) | 306.22º | 0.98% | 0.96% | - |
| XYZ | 51.11 | 24.92 | 70.52 | - |
| YUV | 101.68 | 195.34 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 221 | 0 | 0.98 | 0.10 | 0.04 | 306.22 | 0.96 | 0.49 |
| Hex | F6 | 5 | DD | 0 | 62 | A | 4 | 132 | 60 | 31 |
| Octal | 366 | 5 | 335 | 0 | 142 | 12 | 4 | 462 | 140 | 61 |
| Binary | 11110110 | 101 | 11011101 | 0 | 1100010 | 1010 | 100 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F605DD
Complementary color
Monochromatic Colors of #F605DD
Black with #F605DD
Text Example
Text Example
White with #F605DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605DD; }
p { color: rgb(246,5,221); }
H1.HeaderClassName
{
color: #F605DD;
}
.AnyTagClassName
{
color: #F605DD;
}
</style>
background-color css
<style>
a { background-color: #F605DD; }
a { background-color: rgb(246,5,221); }
div.DivClassName
{
background-color: #F605DD;
}
.BgClassName
{
background-color: #F605DD;
}
</style>
border-color css
<style>
span { border-color: #F605DD; }
span { border-color: rgb(246,5,221); }
td.TdClassName
{
border-color: #F605DD;
}
.TagClassName
{
border-color: #F605DD;
}
</style>