Shades of Magenta #F30EE8
Tints of Magenta #F30EE8
RGB
CMYK
RGB Variations
Color information
#F30EE8 (or 0xF30EE8) is known color: Magenta. HEX triplet: F3, 0E and E8. RGB value is (243,14,232). Sum of RGB (Red+Green+Blue) = 243+14+232=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EE8 is #0CF117. Grayscale: #6A6A6A. Windows color (decimal): -848152 or 15208179. OLE color: 15208179.
HSL color Cylindrical-coordinate representation of color #F30EE8: hue angle of 302.88º 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 #F30EE8 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 232 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.05 |
| HSL | 302.88º | 0.91% | 0.5% | - |
| HSV(B) | 302.88º | 0.94% | 0.95% | - |
| XYZ | 51.68 | 25.19 | 78.48 | - |
| YUV | 107.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 232 | 0 | 0.94 | 0.05 | 0.05 | 302.88 | 0.91 | 0.5 |
| Hex | F3 | E | E8 | 0 | 5E | 5 | 5 | 12F | 5B | 32 |
| Octal | 363 | 16 | 350 | 0 | 136 | 5 | 5 | 457 | 133 | 62 |
| Binary | 11110011 | 1110 | 11101000 | 0 | 1011110 | 101 | 101 | 100101111 | 1011011 | 110010 |
Color Harmonies of #F30EE8
Complementary color
Monochromatic Colors of #F30EE8
Black with #F30EE8
Text Example
Text Example
White with #F30EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EE8; }
p { color: rgb(243,14,232); }
H1.HeaderClassName
{
color: #F30EE8;
}
.AnyTagClassName
{
color: #F30EE8;
}
</style>
background-color css
<style>
a { background-color: #F30EE8; }
a { background-color: rgb(243,14,232); }
div.DivClassName
{
background-color: #F30EE8;
}
.BgClassName
{
background-color: #F30EE8;
}
</style>
border-color css
<style>
span { border-color: #F30EE8; }
span { border-color: rgb(243,14,232); }
td.TdClassName
{
border-color: #F30EE8;
}
.TagClassName
{
border-color: #F30EE8;
}
</style>