Shades of Magenta #F000E6
Tints of Magenta #F000E6
RGB
CMYK
RGB Variations
Color information
#F000E6 (or 0xF000E6) is known color: Magenta. HEX triplet: F0, 00 and E6. RGB value is (240,0,230). Sum of RGB (Red+Green+Blue) = 240+0+230=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F000E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F000E6 is #0FFF19. Grayscale: #616161. Windows color (decimal): -1048346 or 15073520. OLE color: 15073520.
HSL color Cylindrical-coordinate representation of color #F000E6: hue angle of 302.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000E6 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.04 | 0.06 |
| HSL | 302.5º | 1% | 0.47% | - |
| HSV(B) | 302.5º | 1% | 0.94% | - |
| XYZ | 50.22 | 24.24 | 76.89 | - |
| YUV | 97.98 | 202.51 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 230 | 0 | 1 | 0.04 | 0.06 | 302.5 | 1 | 0.47 |
| Hex | F0 | 0 | E6 | 0 | 64 | 4 | 6 | 12E | 64 | 2F |
| Octal | 360 | 0 | 346 | 0 | 144 | 4 | 6 | 456 | 144 | 57 |
| Binary | 11110000 | 0 | 11100110 | 0 | 1100100 | 100 | 110 | 100101110 | 1100100 | 101111 |
Color Harmonies of #F000E6
Complementary color
Monochromatic Colors of #F000E6
Black with #F000E6
Text Example
Text Example
White with #F000E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000E6; }
p { color: rgb(240,0,230); }
H1.HeaderClassName
{
color: #F000E6;
}
.AnyTagClassName
{
color: #F000E6;
}
</style>
background-color css
<style>
a { background-color: #F000E6; }
a { background-color: rgb(240,0,230); }
div.DivClassName
{
background-color: #F000E6;
}
.BgClassName
{
background-color: #F000E6;
}
</style>
border-color css
<style>
span { border-color: #F000E6; }
span { border-color: rgb(240,0,230); }
td.TdClassName
{
border-color: #F000E6;
}
.TagClassName
{
border-color: #F000E6;
}
</style>