Shades of Magenta #F606EE
Tints of Magenta #F606EE
RGB
CMYK
RGB Variations
Color information
#F606EE (or 0xF606EE) is known color: Magenta. HEX triplet: F6, 06 and EE. RGB value is (246,6,238). Sum of RGB (Red+Green+Blue) = 246+6+238=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F606EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F606EE is #09F911. Grayscale: #676767. Windows color (decimal): -653586 or 15599350. OLE color: 15599350.
HSL color Cylindrical-coordinate representation of color #F606EE: hue angle of 302º 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 #F606EE is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 238 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.04 |
| HSL | 302º | 0.95% | 0.49% | - |
| HSV(B) | 302º | 0.98% | 0.96% | - |
| XYZ | 53.5 | 25.9 | 83.07 | - |
| YUV | 104.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 238 | 0 | 0.98 | 0.03 | 0.04 | 302 | 0.95 | 0.49 |
| Hex | F6 | 6 | EE | 0 | 62 | 3 | 4 | 12E | 5F | 31 |
| Octal | 366 | 6 | 356 | 0 | 142 | 3 | 4 | 456 | 137 | 61 |
| Binary | 11110110 | 110 | 11101110 | 0 | 1100010 | 11 | 100 | 100101110 | 1011111 | 110001 |
Color Harmonies of #F606EE
Complementary color
Monochromatic Colors of #F606EE
Black with #F606EE
Text Example
Text Example
White with #F606EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606EE; }
p { color: rgb(246,6,238); }
H1.HeaderClassName
{
color: #F606EE;
}
.AnyTagClassName
{
color: #F606EE;
}
</style>
background-color css
<style>
a { background-color: #F606EE; }
a { background-color: rgb(246,6,238); }
div.DivClassName
{
background-color: #F606EE;
}
.BgClassName
{
background-color: #F606EE;
}
</style>
border-color css
<style>
span { border-color: #F606EE; }
span { border-color: rgb(246,6,238); }
td.TdClassName
{
border-color: #F606EE;
}
.TagClassName
{
border-color: #F606EE;
}
</style>