Shades of Magenta #F620EE
Tints of Magenta #F620EE
RGB
CMYK
RGB Variations
Color information
#F620EE (or 0xF620EE) is known color: Magenta. HEX triplet: F6, 20 and EE. RGB value is (246,32,238). Sum of RGB (Red+Green+Blue) = 246+32+238=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 32 (12.89% from 255 or 6.20% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F620EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F620EE is #09DF11. Grayscale: #767676. Windows color (decimal): -646930 or 15606006. OLE color: 15606006.
HSL color Cylindrical-coordinate representation of color #F620EE: hue angle of 302.24º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620EE is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 238 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.04 |
| HSL | 302.24º | 0.92% | 0.55% | - |
| HSV(B) | 302.24º | 0.87% | 0.96% | - |
| XYZ | 53.96 | 26.8 | 83.22 | - |
| YUV | 119.47 | 194.9 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 238 | 0 | 0.87 | 0.03 | 0.04 | 302.24 | 0.92 | 0.55 |
| Hex | F6 | 20 | EE | 0 | 57 | 3 | 4 | 12E | 5C | 37 |
| Octal | 366 | 40 | 356 | 0 | 127 | 3 | 4 | 456 | 134 | 67 |
| Binary | 11110110 | 100000 | 11101110 | 0 | 1010111 | 11 | 100 | 100101110 | 1011100 | 110111 |
Color Harmonies of #F620EE
Complementary color
Monochromatic Colors of #F620EE
Black with #F620EE
Text Example
Text Example
White with #F620EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620EE; }
p { color: rgb(246,32,238); }
H1.HeaderClassName
{
color: #F620EE;
}
.AnyTagClassName
{
color: #F620EE;
}
</style>
background-color css
<style>
a { background-color: #F620EE; }
a { background-color: rgb(246,32,238); }
div.DivClassName
{
background-color: #F620EE;
}
.BgClassName
{
background-color: #F620EE;
}
</style>
border-color css
<style>
span { border-color: #F620EE; }
span { border-color: rgb(246,32,238); }
td.TdClassName
{
border-color: #F620EE;
}
.TagClassName
{
border-color: #F620EE;
}
</style>