Shades of Hot Magenta #F600D4
Tints of Hot Magenta #F600D4
RGB
CMYK
RGB Variations
Color information
#F600D4 (or 0xF600D4) is known color: Hot Magenta. HEX triplet: F6, 00 and D4. RGB value is (246,0,212). Sum of RGB (Red+Green+Blue) = 246+0+212=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 0 (0.39% from 255 or 0% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F600D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600D4 is #09FF2B. Grayscale: #616161. Windows color (decimal): -655148 or 13893878. OLE color: 13893878.
HSL color Cylindrical-coordinate representation of color #F600D4: hue angle of 308.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600D4 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 212 | - |
| CMYK | 0 | 1 | 0.14 | 0.04 |
| HSL | 308.29º | 1% | 0.48% | - |
| HSV(B) | 308.29º | 1% | 0.96% | - |
| XYZ | 49.89 | 24.35 | 64.36 | - |
| YUV | 97.72 | 192.5 | 233.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 212 | 0 | 1 | 0.14 | 0.04 | 308.29 | 1 | 0.48 |
| Hex | F6 | 0 | D4 | 0 | 64 | E | 4 | 134 | 64 | 30 |
| Octal | 366 | 0 | 324 | 0 | 144 | 16 | 4 | 464 | 144 | 60 |
| Binary | 11110110 | 0 | 11010100 | 0 | 1100100 | 1110 | 100 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F600D4
Complementary color
Monochromatic Colors of #F600D4
Black with #F600D4
Text Example
Text Example
White with #F600D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600D4; }
p { color: rgb(246,0,212); }
H1.HeaderClassName
{
color: #F600D4;
}
.AnyTagClassName
{
color: #F600D4;
}
</style>
background-color css
<style>
a { background-color: #F600D4; }
a { background-color: rgb(246,0,212); }
div.DivClassName
{
background-color: #F600D4;
}
.BgClassName
{
background-color: #F600D4;
}
</style>
border-color css
<style>
span { border-color: #F600D4; }
span { border-color: rgb(246,0,212); }
td.TdClassName
{
border-color: #F600D4;
}
.TagClassName
{
border-color: #F600D4;
}
</style>