Shades of Magenta #F606E6
Tints of Magenta #F606E6
RGB
CMYK
RGB Variations
Color information
#F606E6 (or 0xF606E6) is known color: Magenta. HEX triplet: F6, 06 and E6. RGB value is (246,6,230). Sum of RGB (Red+Green+Blue) = 246+6+230=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 6 (2.73% from 255 or 1.24% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F606E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606E6 is #09F919. Grayscale: #666666. Windows color (decimal): -653594 or 15075062. OLE color: 15075062.
HSL color Cylindrical-coordinate representation of color #F606E6: hue angle of 304º 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 #F606E6 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 230 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.04 |
| HSL | 304º | 0.95% | 0.49% | - |
| HSV(B) | 304º | 0.98% | 0.96% | - |
| XYZ | 52.35 | 25.44 | 77.01 | - |
| YUV | 103.3 | 199.51 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 230 | 0 | 0.98 | 0.07 | 0.04 | 304 | 0.95 | 0.49 |
| Hex | F6 | 6 | E6 | 0 | 62 | 7 | 4 | 130 | 5F | 31 |
| Octal | 366 | 6 | 346 | 0 | 142 | 7 | 4 | 460 | 137 | 61 |
| Binary | 11110110 | 110 | 11100110 | 0 | 1100010 | 111 | 100 | 100110000 | 1011111 | 110001 |
Color Harmonies of #F606E6
Complementary color
Monochromatic Colors of #F606E6
Black with #F606E6
Text Example
Text Example
White with #F606E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606E6; }
p { color: rgb(246,6,230); }
H1.HeaderClassName
{
color: #F606E6;
}
.AnyTagClassName
{
color: #F606E6;
}
</style>
background-color css
<style>
a { background-color: #F606E6; }
a { background-color: rgb(246,6,230); }
div.DivClassName
{
background-color: #F606E6;
}
.BgClassName
{
background-color: #F606E6;
}
</style>
border-color css
<style>
span { border-color: #F606E6; }
span { border-color: rgb(246,6,230); }
td.TdClassName
{
border-color: #F606E6;
}
.TagClassName
{
border-color: #F606E6;
}
</style>