Shades of Magenta #F30EF1
Tints of Magenta #F30EF1
RGB
CMYK
RGB Variations
Color information
#F30EF1 (or 0xF30EF1) is known color: Magenta. HEX triplet: F3, 0E and F1. RGB value is (243,14,241). Sum of RGB (Red+Green+Blue) = 243+14+241=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30EF1 is #0CF10E. Grayscale: #6B6B6B. Windows color (decimal): -848143 or 15798003. OLE color: 15798003.
HSL color Cylindrical-coordinate representation of color #F30EF1: hue angle of 300.52º 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 #F30EF1 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 241 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.05 |
| HSL | 300.52º | 0.91% | 0.5% | - |
| HSV(B) | 300.52º | 0.94% | 0.95% | - |
| XYZ | 53 | 25.72 | 85.39 | - |
| YUV | 108.35 | 202.87 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 241 | 0 | 0.94 | 0.01 | 0.05 | 300.52 | 0.91 | 0.5 |
| Hex | F3 | E | F1 | 0 | 5E | 1 | 5 | 12D | 5B | 32 |
| Octal | 363 | 16 | 361 | 0 | 136 | 1 | 5 | 455 | 133 | 62 |
| Binary | 11110011 | 1110 | 11110001 | 0 | 1011110 | 1 | 101 | 100101101 | 1011011 | 110010 |
Color Harmonies of #F30EF1
Complementary color
Monochromatic Colors of #F30EF1
Black with #F30EF1
Text Example
Text Example
White with #F30EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EF1; }
p { color: rgb(243,14,241); }
H1.HeaderClassName
{
color: #F30EF1;
}
.AnyTagClassName
{
color: #F30EF1;
}
</style>
background-color css
<style>
a { background-color: #F30EF1; }
a { background-color: rgb(243,14,241); }
div.DivClassName
{
background-color: #F30EF1;
}
.BgClassName
{
background-color: #F30EF1;
}
</style>
border-color css
<style>
span { border-color: #F30EF1; }
span { border-color: rgb(243,14,241); }
td.TdClassName
{
border-color: #F30EF1;
}
.TagClassName
{
border-color: #F30EF1;
}
</style>