Shades of Magenta #F30EEC
Tints of Magenta #F30EEC
RGB
CMYK
RGB Variations
Color information
#F30EEC (or 0xF30EEC) is known color: Magenta. HEX triplet: F3, 0E and EC. RGB value is (243,14,236). Sum of RGB (Red+Green+Blue) = 243+14+236=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EEC is #0CF113. Grayscale: #6B6B6B. Windows color (decimal): -848148 or 15470323. OLE color: 15470323.
HSL color Cylindrical-coordinate representation of color #F30EEC: hue angle of 301.83º 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 #F30EEC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 236 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.05 |
| HSL | 301.83º | 0.91% | 0.5% | - |
| HSV(B) | 301.83º | 0.94% | 0.95% | - |
| XYZ | 52.26 | 25.42 | 81.51 | - |
| YUV | 107.78 | 200.37 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 236 | 0 | 0.94 | 0.03 | 0.05 | 301.83 | 0.91 | 0.5 |
| Hex | F3 | E | EC | 0 | 5E | 3 | 5 | 12E | 5B | 32 |
| Octal | 363 | 16 | 354 | 0 | 136 | 3 | 5 | 456 | 133 | 62 |
| Binary | 11110011 | 1110 | 11101100 | 0 | 1011110 | 11 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F30EEC
Complementary color
Monochromatic Colors of #F30EEC
Black with #F30EEC
Text Example
Text Example
White with #F30EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EEC; }
p { color: rgb(243,14,236); }
H1.HeaderClassName
{
color: #F30EEC;
}
.AnyTagClassName
{
color: #F30EEC;
}
</style>
background-color css
<style>
a { background-color: #F30EEC; }
a { background-color: rgb(243,14,236); }
div.DivClassName
{
background-color: #F30EEC;
}
.BgClassName
{
background-color: #F30EEC;
}
</style>
border-color css
<style>
span { border-color: #F30EEC; }
span { border-color: rgb(243,14,236); }
td.TdClassName
{
border-color: #F30EEC;
}
.TagClassName
{
border-color: #F30EEC;
}
</style>