Shades of Magenta #F31DEE
Tints of Magenta #F31DEE
RGB
CMYK
RGB Variations
Color information
#F31DEE (or 0xF31DEE) is known color: Magenta. HEX triplet: F3, 1D and EE. RGB value is (243,29,238). Sum of RGB (Red+Green+Blue) = 243+29+238=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 29 (11.72% from 255 or 5.69% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31DEE is #0CE211. Grayscale: #747474. Windows color (decimal): -844306 or 15605235. OLE color: 15605235.
HSL color Cylindrical-coordinate representation of color #F31DEE: hue angle of 301.4º 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 #F31DEE is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 29 | 238 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.05 |
| HSL | 301.4º | 0.9% | 0.53% | - |
| HSV(B) | 301.4º | 0.88% | 0.95% | - |
| XYZ | 52.83 | 26.11 | 83.14 | - |
| YUV | 116.81 | 196.4 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 29 | 238 | 0 | 0.88 | 0.02 | 0.05 | 301.4 | 0.9 | 0.53 |
| Hex | F3 | 1D | EE | 0 | 58 | 2 | 5 | 12D | 5A | 35 |
| Octal | 363 | 35 | 356 | 0 | 130 | 2 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11101 | 11101110 | 0 | 1011000 | 10 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F31DEE
Complementary color
Monochromatic Colors of #F31DEE
Black with #F31DEE
Text Example
Text Example
White with #F31DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31DEE; }
p { color: rgb(243,29,238); }
H1.HeaderClassName
{
color: #F31DEE;
}
.AnyTagClassName
{
color: #F31DEE;
}
</style>
background-color css
<style>
a { background-color: #F31DEE; }
a { background-color: rgb(243,29,238); }
div.DivClassName
{
background-color: #F31DEE;
}
.BgClassName
{
background-color: #F31DEE;
}
</style>
border-color css
<style>
span { border-color: #F31DEE; }
span { border-color: rgb(243,29,238); }
td.TdClassName
{
border-color: #F31DEE;
}
.TagClassName
{
border-color: #F31DEE;
}
</style>