Shades of Magenta #F31EF1
Tints of Magenta #F31EF1
RGB
CMYK
RGB Variations
Color information
#F31EF1 (or 0xF31EF1) is known color: Magenta. HEX triplet: F3, 1E and F1. RGB value is (243,30,241). Sum of RGB (Red+Green+Blue) = 243+30+241=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31EF1 is #0CE10E. Grayscale: #757575. Windows color (decimal): -844047 or 15802099. OLE color: 15802099.
HSL color Cylindrical-coordinate representation of color #F31EF1: hue angle of 300.56º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EF1 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 241 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.05 |
| HSL | 300.56º | 0.9% | 0.54% | - |
| HSV(B) | 300.56º | 0.88% | 0.95% | - |
| XYZ | 53.3 | 26.33 | 85.49 | - |
| YUV | 117.74 | 197.57 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 241 | 0 | 0.88 | 0.01 | 0.05 | 300.56 | 0.9 | 0.54 |
| Hex | F3 | 1E | F1 | 0 | 58 | 1 | 5 | 12D | 5A | 36 |
| Octal | 363 | 36 | 361 | 0 | 130 | 1 | 5 | 455 | 132 | 66 |
| Binary | 11110011 | 11110 | 11110001 | 0 | 1011000 | 1 | 101 | 100101101 | 1011010 | 110110 |
Color Harmonies of #F31EF1
Complementary color
Monochromatic Colors of #F31EF1
Black with #F31EF1
Text Example
Text Example
White with #F31EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EF1; }
p { color: rgb(243,30,241); }
H1.HeaderClassName
{
color: #F31EF1;
}
.AnyTagClassName
{
color: #F31EF1;
}
</style>
background-color css
<style>
a { background-color: #F31EF1; }
a { background-color: rgb(243,30,241); }
div.DivClassName
{
background-color: #F31EF1;
}
.BgClassName
{
background-color: #F31EF1;
}
</style>
border-color css
<style>
span { border-color: #F31EF1; }
span { border-color: rgb(243,30,241); }
td.TdClassName
{
border-color: #F31EF1;
}
.TagClassName
{
border-color: #F31EF1;
}
</style>