Shades of Magenta #F31CEA
Tints of Magenta #F31CEA
RGB
CMYK
RGB Variations
Color information
#F31CEA (or 0xF31CEA) is known color: Magenta. HEX triplet: F3, 1C and EA. RGB value is (243,28,234). Sum of RGB (Red+Green+Blue) = 243+28+234=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CEA is #0CE315. Grayscale: #737373. Windows color (decimal): -844566 or 15342835. OLE color: 15342835.
HSL color Cylindrical-coordinate representation of color #F31CEA: hue angle of 302.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31CEA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 234 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.05 |
| HSL | 302.51º | 0.9% | 0.53% | - |
| HSV(B) | 302.51º | 0.88% | 0.95% | - |
| XYZ | 52.23 | 25.83 | 80.07 | - |
| YUV | 115.77 | 194.73 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 234 | 0 | 0.88 | 0.04 | 0.05 | 302.51 | 0.9 | 0.53 |
| Hex | F3 | 1C | EA | 0 | 58 | 4 | 5 | 12F | 5A | 35 |
| Octal | 363 | 34 | 352 | 0 | 130 | 4 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11100 | 11101010 | 0 | 1011000 | 100 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F31CEA
Complementary color
Monochromatic Colors of #F31CEA
Black with #F31CEA
Text Example
Text Example
White with #F31CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CEA; }
p { color: rgb(243,28,234); }
H1.HeaderClassName
{
color: #F31CEA;
}
.AnyTagClassName
{
color: #F31CEA;
}
</style>
background-color css
<style>
a { background-color: #F31CEA; }
a { background-color: rgb(243,28,234); }
div.DivClassName
{
background-color: #F31CEA;
}
.BgClassName
{
background-color: #F31CEA;
}
</style>
border-color css
<style>
span { border-color: #F31CEA; }
span { border-color: rgb(243,28,234); }
td.TdClassName
{
border-color: #F31CEA;
}
.TagClassName
{
border-color: #F31CEA;
}
</style>