Shades of Magenta #F602EE
Tints of Magenta #F602EE
RGB
CMYK
RGB Variations
Color information
#F602EE (or 0xF602EE) is known color: Magenta. HEX triplet: F6, 02 and EE. RGB value is (246,2,238). Sum of RGB (Red+Green+Blue) = 246+2+238=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F602EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602EE is #09FD11. Grayscale: #656565. Windows color (decimal): -654610 or 15598326. OLE color: 15598326.
HSL color Cylindrical-coordinate representation of color #F602EE: hue angle of 301.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602EE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 238 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.04 |
| HSL | 301.97º | 0.98% | 0.49% | - |
| HSV(B) | 301.97º | 0.99% | 0.96% | - |
| XYZ | 53.46 | 25.81 | 83.05 | - |
| YUV | 101.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 238 | 0 | 0.99 | 0.03 | 0.04 | 301.97 | 0.98 | 0.49 |
| Hex | F6 | 2 | EE | 0 | 63 | 3 | 4 | 12E | 62 | 31 |
| Octal | 366 | 2 | 356 | 0 | 143 | 3 | 4 | 456 | 142 | 61 |
| Binary | 11110110 | 10 | 11101110 | 0 | 1100011 | 11 | 100 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F602EE
Complementary color
Monochromatic Colors of #F602EE
Black with #F602EE
Text Example
Text Example
White with #F602EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602EE; }
p { color: rgb(246,2,238); }
H1.HeaderClassName
{
color: #F602EE;
}
.AnyTagClassName
{
color: #F602EE;
}
</style>
background-color css
<style>
a { background-color: #F602EE; }
a { background-color: rgb(246,2,238); }
div.DivClassName
{
background-color: #F602EE;
}
.BgClassName
{
background-color: #F602EE;
}
</style>
border-color css
<style>
span { border-color: #F602EE; }
span { border-color: rgb(246,2,238); }
td.TdClassName
{
border-color: #F602EE;
}
.TagClassName
{
border-color: #F602EE;
}
</style>