Shades of Magenta #F00FE6
Tints of Magenta #F00FE6
RGB
CMYK
RGB Variations
Color information
#F00FE6 (or 0xF00FE6) is known color: Magenta. HEX triplet: F0, 0F and E6. RGB value is (240,15,230). Sum of RGB (Red+Green+Blue) = 240+15+230=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F00FE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FE6 is #0FF019. Grayscale: #6A6A6A. Windows color (decimal): -1044506 or 15077360. OLE color: 15077360.
HSL color Cylindrical-coordinate representation of color #F00FE6: hue angle of 302.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FE6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 230 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.06 |
| HSL | 302.67º | 0.88% | 0.5% | - |
| HSV(B) | 302.67º | 0.94% | 0.94% | - |
| XYZ | 50.39 | 24.58 | 76.95 | - |
| YUV | 106.79 | 197.54 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 230 | 0 | 0.94 | 0.04 | 0.06 | 302.67 | 0.88 | 0.5 |
| Hex | F0 | F | E6 | 0 | 5E | 4 | 6 | 12F | 58 | 32 |
| Octal | 360 | 17 | 346 | 0 | 136 | 4 | 6 | 457 | 130 | 62 |
| Binary | 11110000 | 1111 | 11100110 | 0 | 1011110 | 100 | 110 | 100101111 | 1011000 | 110010 |
Color Harmonies of #F00FE6
Complementary color
Monochromatic Colors of #F00FE6
Black with #F00FE6
Text Example
Text Example
White with #F00FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00FE6; }
p { color: rgb(240,15,230); }
H1.HeaderClassName
{
color: #F00FE6;
}
.AnyTagClassName
{
color: #F00FE6;
}
</style>
background-color css
<style>
a { background-color: #F00FE6; }
a { background-color: rgb(240,15,230); }
div.DivClassName
{
background-color: #F00FE6;
}
.BgClassName
{
background-color: #F00FE6;
}
</style>
border-color css
<style>
span { border-color: #F00FE6; }
span { border-color: rgb(240,15,230); }
td.TdClassName
{
border-color: #F00FE6;
}
.TagClassName
{
border-color: #F00FE6;
}
</style>