Shades of Magenta #F31FEC
Tints of Magenta #F31FEC
RGB
CMYK
RGB Variations
Color information
#F31FEC (or 0xF31FEC) is known color: Magenta. HEX triplet: F3, 1F and EC. RGB value is (243,31,236). Sum of RGB (Red+Green+Blue) = 243+31+236=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31FEC is #0CE013. Grayscale: #757575. Windows color (decimal): -843796 or 15474675. OLE color: 15474675.
HSL color Cylindrical-coordinate representation of color #F31FEC: hue angle of 301.98º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F31FEC is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 236 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.05 |
| HSL | 301.98º | 0.9% | 0.54% | - |
| HSV(B) | 301.98º | 0.87% | 0.95% | - |
| XYZ | 52.59 | 26.09 | 81.62 | - |
| YUV | 117.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 236 | 0 | 0.87 | 0.03 | 0.05 | 301.98 | 0.9 | 0.54 |
| Hex | F3 | 1F | EC | 0 | 57 | 3 | 5 | 12E | 5A | 36 |
| Octal | 363 | 37 | 354 | 0 | 127 | 3 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 11111 | 11101100 | 0 | 1010111 | 11 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F31FEC
Complementary color
Monochromatic Colors of #F31FEC
Black with #F31FEC
Text Example
Text Example
White with #F31FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FEC; }
p { color: rgb(243,31,236); }
H1.HeaderClassName
{
color: #F31FEC;
}
.AnyTagClassName
{
color: #F31FEC;
}
</style>
background-color css
<style>
a { background-color: #F31FEC; }
a { background-color: rgb(243,31,236); }
div.DivClassName
{
background-color: #F31FEC;
}
.BgClassName
{
background-color: #F31FEC;
}
</style>
border-color css
<style>
span { border-color: #F31FEC; }
span { border-color: rgb(243,31,236); }
td.TdClassName
{
border-color: #F31FEC;
}
.TagClassName
{
border-color: #F31FEC;
}
</style>