Shades of Magenta #F31EE8
Tints of Magenta #F31EE8
RGB
CMYK
RGB Variations
Color information
#F31EE8 (or 0xF31EE8) is known color: Magenta. HEX triplet: F3, 1E and E8. RGB value is (243,30,232). Sum of RGB (Red+Green+Blue) = 243+30+232=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 30 (12.11% from 255 or 5.94% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31EE8 is #0CE117. Grayscale: #747474. Windows color (decimal): -844056 or 15212275. OLE color: 15212275.
HSL color Cylindrical-coordinate representation of color #F31EE8: hue angle of 303.1º 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 #F31EE8 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 30 | 232 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.05 |
| HSL | 303.1º | 0.9% | 0.54% | - |
| HSV(B) | 303.1º | 0.88% | 0.95% | - |
| XYZ | 51.99 | 25.81 | 78.59 | - |
| YUV | 116.72 | 193.07 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 30 | 232 | 0 | 0.88 | 0.05 | 0.05 | 303.1 | 0.9 | 0.54 |
| Hex | F3 | 1E | E8 | 0 | 58 | 5 | 5 | 12F | 5A | 36 |
| Octal | 363 | 36 | 350 | 0 | 130 | 5 | 5 | 457 | 132 | 66 |
| Binary | 11110011 | 11110 | 11101000 | 0 | 1011000 | 101 | 101 | 100101111 | 1011010 | 110110 |
Color Harmonies of #F31EE8
Complementary color
Monochromatic Colors of #F31EE8
Black with #F31EE8
Text Example
Text Example
White with #F31EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31EE8; }
p { color: rgb(243,30,232); }
H1.HeaderClassName
{
color: #F31EE8;
}
.AnyTagClassName
{
color: #F31EE8;
}
</style>
background-color css
<style>
a { background-color: #F31EE8; }
a { background-color: rgb(243,30,232); }
div.DivClassName
{
background-color: #F31EE8;
}
.BgClassName
{
background-color: #F31EE8;
}
</style>
border-color css
<style>
span { border-color: #F31EE8; }
span { border-color: rgb(243,30,232); }
td.TdClassName
{
border-color: #F31EE8;
}
.TagClassName
{
border-color: #F31EE8;
}
</style>