Shades of Magenta #F31FED
Tints of Magenta #F31FED
RGB
CMYK
RGB Variations
Color information
#F31FED (or 0xF31FED) is known color: Magenta. HEX triplet: F3, 1F and ED. RGB value is (243,31,237). Sum of RGB (Red+Green+Blue) = 243+31+237=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 243 - color contains mainly: red. Hex color #F31FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31FED is #0CE012. Grayscale: #757575. Windows color (decimal): -843795 or 15540211. OLE color: 15540211.
HSL color Cylindrical-coordinate representation of color #F31FED: hue angle of 301.7º 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 #F31FED is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 237 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.05 |
| HSL | 301.7º | 0.9% | 0.54% | - |
| HSV(B) | 301.7º | 0.87% | 0.95% | - |
| XYZ | 52.74 | 26.15 | 82.39 | - |
| YUV | 117.87 | 195.24 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 237 | 0 | 0.87 | 0.02 | 0.05 | 301.7 | 0.9 | 0.54 |
| Hex | F3 | 1F | ED | 0 | 57 | 2 | 5 | 12E | 5A | 36 |
| Octal | 363 | 37 | 355 | 0 | 127 | 2 | 5 | 456 | 132 | 66 |
| Binary | 11110011 | 11111 | 11101101 | 0 | 1010111 | 10 | 101 | 100101110 | 1011010 | 110110 |
Color Harmonies of #F31FED
Complementary color
Monochromatic Colors of #F31FED
Black with #F31FED
Text Example
Text Example
White with #F31FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31FED; }
p { color: rgb(243,31,237); }
H1.HeaderClassName
{
color: #F31FED;
}
.AnyTagClassName
{
color: #F31FED;
}
</style>
background-color css
<style>
a { background-color: #F31FED; }
a { background-color: rgb(243,31,237); }
div.DivClassName
{
background-color: #F31FED;
}
.BgClassName
{
background-color: #F31FED;
}
</style>
border-color css
<style>
span { border-color: #F31FED; }
span { border-color: rgb(243,31,237); }
td.TdClassName
{
border-color: #F31FED;
}
.TagClassName
{
border-color: #F31FED;
}
</style>