Shades of Hot Magenta #F600D5
Tints of Hot Magenta #F600D5
RGB
CMYK
RGB Variations
Color information
#F600D5 (or 0xF600D5) is known color: Hot Magenta. HEX triplet: F6, 00 and D5. RGB value is (246,0,213). Sum of RGB (Red+Green+Blue) = 246+0+213=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F600D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600D5 is #09FF2A. Grayscale: #616161. Windows color (decimal): -655147 or 13959414. OLE color: 13959414.
HSL color Cylindrical-coordinate representation of color #F600D5: hue angle of 308.05º 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 #F600D5 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.13 | 0.04 |
| HSL | 308.05º | 1% | 0.48% | - |
| HSV(B) | 308.05º | 1% | 0.96% | - |
| XYZ | 50.02 | 24.4 | 65.02 | - |
| YUV | 97.84 | 193 | 233.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 213 | 0 | 1 | 0.13 | 0.04 | 308.05 | 1 | 0.48 |
| Hex | F6 | 0 | D5 | 0 | 64 | D | 4 | 134 | 64 | 30 |
| Octal | 366 | 0 | 325 | 0 | 144 | 15 | 4 | 464 | 144 | 60 |
| Binary | 11110110 | 0 | 11010101 | 0 | 1100100 | 1101 | 100 | 100110100 | 1100100 | 110000 |
Color Harmonies of #F600D5
Complementary color
Monochromatic Colors of #F600D5
Black with #F600D5
Text Example
Text Example
White with #F600D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600D5; }
p { color: rgb(246,0,213); }
H1.HeaderClassName
{
color: #F600D5;
}
.AnyTagClassName
{
color: #F600D5;
}
</style>
background-color css
<style>
a { background-color: #F600D5; }
a { background-color: rgb(246,0,213); }
div.DivClassName
{
background-color: #F600D5;
}
.BgClassName
{
background-color: #F600D5;
}
</style>
border-color css
<style>
span { border-color: #F600D5; }
span { border-color: rgb(246,0,213); }
td.TdClassName
{
border-color: #F600D5;
}
.TagClassName
{
border-color: #F600D5;
}
</style>