Shades of Hot Magenta #F600CA
Tints of Hot Magenta #F600CA
RGB
CMYK
RGB Variations
Color information
#F600CA (or 0xF600CA) is known color: Hot Magenta. HEX triplet: F6, 00 and CA. RGB value is (246,0,202). Sum of RGB (Red+Green+Blue) = 246+0+202=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F600CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600CA is #09FF35. Grayscale: #606060. Windows color (decimal): -655158 or 13238518. OLE color: 13238518.
HSL color Cylindrical-coordinate representation of color #F600CA: hue angle of 310.73º 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 #F600CA is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.18 | 0.04 |
| HSL | 310.73º | 1% | 0.48% | - |
| HSV(B) | 310.73º | 1% | 0.96% | - |
| XYZ | 48.67 | 23.86 | 57.92 | - |
| YUV | 96.58 | 187.5 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 202 | 0 | 1 | 0.18 | 0.04 | 310.73 | 1 | 0.48 |
| Hex | F6 | 0 | CA | 0 | 64 | 12 | 4 | 137 | 64 | 30 |
| Octal | 366 | 0 | 312 | 0 | 144 | 22 | 4 | 467 | 144 | 60 |
| Binary | 11110110 | 0 | 11001010 | 0 | 1100100 | 10010 | 100 | 100110111 | 1100100 | 110000 |
Color Harmonies of #F600CA
Complementary color
Monochromatic Colors of #F600CA
Black with #F600CA
Text Example
Text Example
White with #F600CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600CA; }
p { color: rgb(246,0,202); }
H1.HeaderClassName
{
color: #F600CA;
}
.AnyTagClassName
{
color: #F600CA;
}
</style>
background-color css
<style>
a { background-color: #F600CA; }
a { background-color: rgb(246,0,202); }
div.DivClassName
{
background-color: #F600CA;
}
.BgClassName
{
background-color: #F600CA;
}
</style>
border-color css
<style>
span { border-color: #F600CA; }
span { border-color: rgb(246,0,202); }
td.TdClassName
{
border-color: #F600CA;
}
.TagClassName
{
border-color: #F600CA;
}
</style>