Shades of Magenta #F30EE7
Tints of Magenta #F30EE7
RGB
CMYK
RGB Variations
Color information
#F30EE7 (or 0xF30EE7) is known color: Magenta. HEX triplet: F3, 0E and E7. RGB value is (243,14,231). Sum of RGB (Red+Green+Blue) = 243+14+231=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EE7 is #0CF118. Grayscale: #6A6A6A. Windows color (decimal): -848153 or 15142643. OLE color: 15142643.
HSL color Cylindrical-coordinate representation of color #F30EE7: hue angle of 303.14º 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 #F30EE7 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 231 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.05 |
| HSL | 303.14º | 0.91% | 0.5% | - |
| HSV(B) | 303.14º | 0.94% | 0.95% | - |
| XYZ | 51.54 | 25.14 | 77.74 | - |
| YUV | 107.21 | 197.87 | 224.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 231 | 0 | 0.94 | 0.05 | 0.05 | 303.14 | 0.91 | 0.5 |
| Hex | F3 | E | E7 | 0 | 5E | 5 | 5 | 12F | 5B | 32 |
| Octal | 363 | 16 | 347 | 0 | 136 | 5 | 5 | 457 | 133 | 62 |
| Binary | 11110011 | 1110 | 11100111 | 0 | 1011110 | 101 | 101 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F30EE7
Complementary color
Monochromatic Colors of #F30EE7
Black with #F30EE7
Text Example
Text Example
White with #F30EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EE7; }
p { color: rgb(243,14,231); }
H1.HeaderClassName
{
color: #F30EE7;
}
.AnyTagClassName
{
color: #F30EE7;
}
</style>
background-color css
<style>
a { background-color: #F30EE7; }
a { background-color: rgb(243,14,231); }
div.DivClassName
{
background-color: #F30EE7;
}
.BgClassName
{
background-color: #F30EE7;
}
</style>
border-color css
<style>
span { border-color: #F30EE7; }
span { border-color: rgb(243,14,231); }
td.TdClassName
{
border-color: #F30EE7;
}
.TagClassName
{
border-color: #F30EE7;
}
</style>