Shades of Hot Magenta #F606C9
Tints of Hot Magenta #F606C9
RGB
CMYK
RGB Variations
Color information
#F606C9 (or 0xF606C9) is known color: Hot Magenta. HEX triplet: F6, 06 and C9. RGB value is (246,6,201). Sum of RGB (Red+Green+Blue) = 246+6+201=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F606C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606C9 is #09F936. Grayscale: #636363. Windows color (decimal): -653623 or 13174518. OLE color: 13174518.
HSL color Cylindrical-coordinate representation of color #F606C9: hue angle of 311.25º degrees, saturation: 0.95, 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 #F606C9 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 201 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.04 |
| HSL | 311.25º | 0.95% | 0.49% | - |
| HSV(B) | 311.25º | 0.98% | 0.96% | - |
| XYZ | 48.61 | 23.94 | 57.32 | - |
| YUV | 99.99 | 185.01 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 201 | 0 | 0.98 | 0.18 | 0.04 | 311.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | C9 | 0 | 62 | 12 | 4 | 137 | 5F | 31 |
| Octal | 366 | 6 | 311 | 0 | 142 | 22 | 4 | 467 | 137 | 61 |
| Binary | 11110110 | 110 | 11001001 | 0 | 1100010 | 10010 | 100 | 100110111 | 1011111 | 110001 |
Color Harmonies of #F606C9
Complementary color
Monochromatic Colors of #F606C9
Black with #F606C9
Text Example
Text Example
White with #F606C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606C9; }
p { color: rgb(246,6,201); }
H1.HeaderClassName
{
color: #F606C9;
}
.AnyTagClassName
{
color: #F606C9;
}
</style>
background-color css
<style>
a { background-color: #F606C9; }
a { background-color: rgb(246,6,201); }
div.DivClassName
{
background-color: #F606C9;
}
.BgClassName
{
background-color: #F606C9;
}
</style>
border-color css
<style>
span { border-color: #F606C9; }
span { border-color: rgb(246,6,201); }
td.TdClassName
{
border-color: #F606C9;
}
.TagClassName
{
border-color: #F606C9;
}
</style>