Shades of Magenta #F30EEA
Tints of Magenta #F30EEA
RGB
CMYK
RGB Variations
Color information
#F30EEA (or 0xF30EEA) is known color: Magenta. HEX triplet: F3, 0E and EA. RGB value is (243,14,234). Sum of RGB (Red+Green+Blue) = 243+14+234=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EEA is #0CF115. Grayscale: #6A6A6A. Windows color (decimal): -848150 or 15339251. OLE color: 15339251.
HSL color Cylindrical-coordinate representation of color #F30EEA: hue angle of 302.36º 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 #F30EEA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 234 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.05 |
| HSL | 302.36º | 0.91% | 0.5% | - |
| HSV(B) | 302.36º | 0.94% | 0.95% | - |
| XYZ | 51.97 | 25.31 | 79.99 | - |
| YUV | 107.55 | 199.37 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 234 | 0 | 0.94 | 0.04 | 0.05 | 302.36 | 0.91 | 0.5 |
| Hex | F3 | E | EA | 0 | 5E | 4 | 5 | 12E | 5B | 32 |
| Octal | 363 | 16 | 352 | 0 | 136 | 4 | 5 | 456 | 133 | 62 |
| Binary | 11110011 | 1110 | 11101010 | 0 | 1011110 | 100 | 101 | 100101110 | 1011011 | 110010 |
Color Harmonies of #F30EEA
Complementary color
Monochromatic Colors of #F30EEA
Black with #F30EEA
Text Example
Text Example
White with #F30EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EEA; }
p { color: rgb(243,14,234); }
H1.HeaderClassName
{
color: #F30EEA;
}
.AnyTagClassName
{
color: #F30EEA;
}
</style>
background-color css
<style>
a { background-color: #F30EEA; }
a { background-color: rgb(243,14,234); }
div.DivClassName
{
background-color: #F30EEA;
}
.BgClassName
{
background-color: #F30EEA;
}
</style>
border-color css
<style>
span { border-color: #F30EEA; }
span { border-color: rgb(243,14,234); }
td.TdClassName
{
border-color: #F30EEA;
}
.TagClassName
{
border-color: #F30EEA;
}
</style>