Shades of Magenta #F608EE
Tints of Magenta #F608EE
RGB
CMYK
RGB Variations
Color information
#F608EE (or 0xF608EE) is known color: Magenta. HEX triplet: F6, 08 and EE. RGB value is (246,8,238). Sum of RGB (Red+Green+Blue) = 246+8+238=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 8 (3.52% from 255 or 1.63% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F608EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F608EE is #09F711. Grayscale: #686868. Windows color (decimal): -653074 or 15599862. OLE color: 15599862.
HSL color Cylindrical-coordinate representation of color #F608EE: hue angle of 302.02º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F608EE is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 238 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.04 |
| HSL | 302.02º | 0.94% | 0.5% | - |
| HSV(B) | 302.02º | 0.97% | 0.96% | - |
| XYZ | 53.53 | 25.94 | 83.07 | - |
| YUV | 105.38 | 202.85 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 238 | 0 | 0.97 | 0.03 | 0.04 | 302.02 | 0.94 | 0.5 |
| Hex | F6 | 8 | EE | 0 | 61 | 3 | 4 | 12E | 5E | 32 |
| Octal | 366 | 10 | 356 | 0 | 141 | 3 | 4 | 456 | 136 | 62 |
| Binary | 11110110 | 1000 | 11101110 | 0 | 1100001 | 11 | 100 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F608EE
Complementary color
Monochromatic Colors of #F608EE
Black with #F608EE
Text Example
Text Example
White with #F608EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F608EE; }
p { color: rgb(246,8,238); }
H1.HeaderClassName
{
color: #F608EE;
}
.AnyTagClassName
{
color: #F608EE;
}
</style>
background-color css
<style>
a { background-color: #F608EE; }
a { background-color: rgb(246,8,238); }
div.DivClassName
{
background-color: #F608EE;
}
.BgClassName
{
background-color: #F608EE;
}
</style>
border-color css
<style>
span { border-color: #F608EE; }
span { border-color: rgb(246,8,238); }
td.TdClassName
{
border-color: #F608EE;
}
.TagClassName
{
border-color: #F608EE;
}
</style>