Shades of Magenta #F600EB
Tints of Magenta #F600EB
RGB
CMYK
RGB Variations
Color information
#F600EB (or 0xF600EB) is known color: Magenta. HEX triplet: F6, 00 and EB. RGB value is (246,0,235). Sum of RGB (Red+Green+Blue) = 246+0+235=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F600EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600EB is #09FF14. Grayscale: #636363. Windows color (decimal): -655125 or 15401206. OLE color: 15401206.
HSL color Cylindrical-coordinate representation of color #F600EB: hue angle of 302.68º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600EB is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 235 | - |
| CMYK | 0 | 1 | 0.04 | 0.04 |
| HSL | 302.68º | 1% | 0.48% | - |
| HSV(B) | 302.68º | 1% | 0.96% | - |
| XYZ | 53 | 25.59 | 80.74 | - |
| YUV | 100.34 | 204 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 235 | 0 | 1 | 0.04 | 0.04 | 302.68 | 1 | 0.48 |
| Hex | F6 | 0 | EB | 0 | 64 | 4 | 4 | 12F | 64 | 30 |
| Octal | 366 | 0 | 353 | 0 | 144 | 4 | 4 | 457 | 144 | 60 |
| Binary | 11110110 | 0 | 11101011 | 0 | 1100100 | 100 | 100 | 100101111 | 1100100 | 110000 |
Color Harmonies of #F600EB
Complementary color
Monochromatic Colors of #F600EB
Black with #F600EB
Text Example
Text Example
White with #F600EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600EB; }
p { color: rgb(246,0,235); }
H1.HeaderClassName
{
color: #F600EB;
}
.AnyTagClassName
{
color: #F600EB;
}
</style>
background-color css
<style>
a { background-color: #F600EB; }
a { background-color: rgb(246,0,235); }
div.DivClassName
{
background-color: #F600EB;
}
.BgClassName
{
background-color: #F600EB;
}
</style>
border-color css
<style>
span { border-color: #F600EB; }
span { border-color: rgb(246,0,235); }
td.TdClassName
{
border-color: #F600EB;
}
.TagClassName
{
border-color: #F600EB;
}
</style>