Shades of Magenta #F00EF3
Tints of Magenta #F00EF3
RGB
CMYK
RGB Variations
Color information
#F00EF3 (or 0xF00EF3) is known color: Magenta. HEX triplet: F0, 0E and F3. RGB value is (240,14,243). Sum of RGB (Red+Green+Blue) = 240+14+243=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #F00EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00EF3 is #0FF10C. Grayscale: #6A6A6A. Windows color (decimal): -1044749 or 15929072. OLE color: 15929072.
HSL color Cylindrical-coordinate representation of color #F00EF3: hue angle of 299.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00EF3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 14 | 243 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.05 |
| HSL | 299.21º | 0.91% | 0.5% | - |
| HSV(B) | 299.21º | 0.94% | 0.95% | - |
| XYZ | 52.27 | 25.31 | 86.92 | - |
| YUV | 107.68 | 204.37 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 243 | 0.01 | 0.94 | 0 | 0.05 | 299.21 | 0.91 | 0.5 |
| Hex | F0 | E | F3 | 1 | 5E | 0 | 5 | 12B | 5B | 32 |
| Octal | 360 | 16 | 363 | 1 | 136 | 0 | 5 | 453 | 133 | 62 |
| Binary | 11110000 | 1110 | 11110011 | 1 | 1011110 | 0 | 101 | 100101011 | 1011011 | 110010 |
Color Harmonies of #F00EF3
Complementary color
Monochromatic Colors of #F00EF3
Black with #F00EF3
Text Example
Text Example
White with #F00EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00EF3; }
p { color: rgb(240,14,243); }
H1.HeaderClassName
{
color: #F00EF3;
}
.AnyTagClassName
{
color: #F00EF3;
}
</style>
background-color css
<style>
a { background-color: #F00EF3; }
a { background-color: rgb(240,14,243); }
div.DivClassName
{
background-color: #F00EF3;
}
.BgClassName
{
background-color: #F00EF3;
}
</style>
border-color css
<style>
span { border-color: #F00EF3; }
span { border-color: rgb(240,14,243); }
td.TdClassName
{
border-color: #F00EF3;
}
.TagClassName
{
border-color: #F00EF3;
}
</style>