Shades of Hot Magenta #F605DC
Tints of Hot Magenta #F605DC
RGB
CMYK
RGB Variations
Color information
#F605DC (or 0xF605DC) is known color: Hot Magenta. HEX triplet: F6, 05 and DC. RGB value is (246,5,220). Sum of RGB (Red+Green+Blue) = 246+5+220=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F605DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605DC is #09FA23. Grayscale: #646464. Windows color (decimal): -653860 or 14419446. OLE color: 14419446.
HSL color Cylindrical-coordinate representation of color #F605DC: hue angle of 306.47º 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 #F605DC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.47º | 0.96% | 0.49% | - |
| HSV(B) | 306.47º | 0.98% | 0.96% | - |
| XYZ | 50.98 | 24.87 | 69.82 | - |
| YUV | 101.57 | 194.84 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 220 | 0 | 0.98 | 0.11 | 0.04 | 306.47 | 0.96 | 0.49 |
| Hex | F6 | 5 | DC | 0 | 62 | B | 4 | 132 | 60 | 31 |
| Octal | 366 | 5 | 334 | 0 | 142 | 13 | 4 | 462 | 140 | 61 |
| Binary | 11110110 | 101 | 11011100 | 0 | 1100010 | 1011 | 100 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F605DC
Complementary color
Monochromatic Colors of #F605DC
Black with #F605DC
Text Example
Text Example
White with #F605DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605DC; }
p { color: rgb(246,5,220); }
H1.HeaderClassName
{
color: #F605DC;
}
.AnyTagClassName
{
color: #F605DC;
}
</style>
background-color css
<style>
a { background-color: #F605DC; }
a { background-color: rgb(246,5,220); }
div.DivClassName
{
background-color: #F605DC;
}
.BgClassName
{
background-color: #F605DC;
}
</style>
border-color css
<style>
span { border-color: #F605DC; }
span { border-color: rgb(246,5,220); }
td.TdClassName
{
border-color: #F605DC;
}
.TagClassName
{
border-color: #F605DC;
}
</style>