Shades of Hot Magenta #F606CE
Tints of Hot Magenta #F606CE
RGB
CMYK
RGB Variations
Color information
#F606CE (or 0xF606CE) is known color: Hot Magenta. HEX triplet: F6, 06 and CE. RGB value is (246,6,206). Sum of RGB (Red+Green+Blue) = 246+6+206=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F606CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606CE is #09F931. Grayscale: #646464. Windows color (decimal): -653618 or 13502198. OLE color: 13502198.
HSL color Cylindrical-coordinate representation of color #F606CE: hue angle of 310º 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 #F606CE is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 206 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.04 |
| HSL | 310º | 0.95% | 0.49% | - |
| HSV(B) | 310º | 0.98% | 0.96% | - |
| XYZ | 49.21 | 24.18 | 60.47 | - |
| YUV | 100.56 | 187.51 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 206 | 0 | 0.98 | 0.16 | 0.04 | 310 | 0.95 | 0.49 |
| Hex | F6 | 6 | CE | 0 | 62 | 10 | 4 | 136 | 5F | 31 |
| Octal | 366 | 6 | 316 | 0 | 142 | 20 | 4 | 466 | 137 | 61 |
| Binary | 11110110 | 110 | 11001110 | 0 | 1100010 | 10000 | 100 | 100110110 | 1011111 | 110001 |
Color Harmonies of #F606CE
Complementary color
Monochromatic Colors of #F606CE
Black with #F606CE
Text Example
Text Example
White with #F606CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606CE; }
p { color: rgb(246,6,206); }
H1.HeaderClassName
{
color: #F606CE;
}
.AnyTagClassName
{
color: #F606CE;
}
</style>
background-color css
<style>
a { background-color: #F606CE; }
a { background-color: rgb(246,6,206); }
div.DivClassName
{
background-color: #F606CE;
}
.BgClassName
{
background-color: #F606CE;
}
</style>
border-color css
<style>
span { border-color: #F606CE; }
span { border-color: rgb(246,6,206); }
td.TdClassName
{
border-color: #F606CE;
}
.TagClassName
{
border-color: #F606CE;
}
</style>