Shades of Magenta #F30EE9
Tints of Magenta #F30EE9
RGB
CMYK
RGB Variations
Color information
#F30EE9 (or 0xF30EE9) is known color: Magenta. HEX triplet: F3, 0E and E9. RGB value is (243,14,233). Sum of RGB (Red+Green+Blue) = 243+14+233=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EE9 is #0CF116. Grayscale: #6A6A6A. Windows color (decimal): -848151 or 15273715. OLE color: 15273715.
HSL color Cylindrical-coordinate representation of color #F30EE9: hue angle of 302.62º 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 #F30EE9 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 233 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.05 |
| HSL | 302.62º | 0.91% | 0.5% | - |
| HSV(B) | 302.62º | 0.94% | 0.95% | - |
| XYZ | 51.83 | 25.25 | 79.23 | - |
| YUV | 107.44 | 198.87 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 233 | 0 | 0.94 | 0.04 | 0.05 | 302.62 | 0.91 | 0.5 |
| Hex | F3 | E | E9 | 0 | 5E | 4 | 5 | 12F | 5B | 32 |
| Octal | 363 | 16 | 351 | 0 | 136 | 4 | 5 | 457 | 133 | 62 |
| Binary | 11110011 | 1110 | 11101001 | 0 | 1011110 | 100 | 101 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F30EE9
Complementary color
Monochromatic Colors of #F30EE9
Black with #F30EE9
Text Example
Text Example
White with #F30EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EE9; }
p { color: rgb(243,14,233); }
H1.HeaderClassName
{
color: #F30EE9;
}
.AnyTagClassName
{
color: #F30EE9;
}
</style>
background-color css
<style>
a { background-color: #F30EE9; }
a { background-color: rgb(243,14,233); }
div.DivClassName
{
background-color: #F30EE9;
}
.BgClassName
{
background-color: #F30EE9;
}
</style>
border-color css
<style>
span { border-color: #F30EE9; }
span { border-color: rgb(243,14,233); }
td.TdClassName
{
border-color: #F30EE9;
}
.TagClassName
{
border-color: #F30EE9;
}
</style>