Shades of Hot Magenta #F604DD
Tints of Hot Magenta #F604DD
RGB
CMYK
RGB Variations
Color information
#F604DD (or 0xF604DD) is known color: Hot Magenta. HEX triplet: F6, 04 and DD. RGB value is (246,4,221). Sum of RGB (Red+Green+Blue) = 246+4+221=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F604DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F604DD is #09FB22. Grayscale: #646464. Windows color (decimal): -654115 or 14484726. OLE color: 14484726.
HSL color Cylindrical-coordinate representation of color #F604DD: hue angle of 306.2º degrees, saturation: 0.97, 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 #F604DD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 221 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.04 |
| HSL | 306.2º | 0.97% | 0.49% | - |
| HSV(B) | 306.2º | 0.98% | 0.96% | - |
| XYZ | 51.1 | 24.9 | 70.52 | - |
| YUV | 101.1 | 195.67 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 221 | 0 | 0.98 | 0.10 | 0.04 | 306.2 | 0.97 | 0.49 |
| Hex | F6 | 4 | DD | 0 | 62 | A | 4 | 132 | 61 | 31 |
| Octal | 366 | 4 | 335 | 0 | 142 | 12 | 4 | 462 | 141 | 61 |
| Binary | 11110110 | 100 | 11011101 | 0 | 1100010 | 1010 | 100 | 100110010 | 1100001 | 110001 |
Color Harmonies of #F604DD
Complementary color
Monochromatic Colors of #F604DD
Black with #F604DD
Text Example
Text Example
White with #F604DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F604DD; }
p { color: rgb(246,4,221); }
H1.HeaderClassName
{
color: #F604DD;
}
.AnyTagClassName
{
color: #F604DD;
}
</style>
background-color css
<style>
a { background-color: #F604DD; }
a { background-color: rgb(246,4,221); }
div.DivClassName
{
background-color: #F604DD;
}
.BgClassName
{
background-color: #F604DD;
}
</style>
border-color css
<style>
span { border-color: #F604DD; }
span { border-color: rgb(246,4,221); }
td.TdClassName
{
border-color: #F604DD;
}
.TagClassName
{
border-color: #F604DD;
}
</style>