Shades of Magenta #F31BE8
Tints of Magenta #F31BE8
RGB
CMYK
RGB Variations
Color information
#F31BE8 (or 0xF31BE8) is known color: Magenta. HEX triplet: F3, 1B and E8. RGB value is (243,27,232). Sum of RGB (Red+Green+Blue) = 243+27+232=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 27 (10.94% from 255 or 5.38% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31BE8 is #0CE417. Grayscale: #727272. Windows color (decimal): -844824 or 15211507. OLE color: 15211507.
HSL color Cylindrical-coordinate representation of color #F31BE8: hue angle of 303.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31BE8 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 232 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.05 |
| HSL | 303.06º | 0.9% | 0.53% | - |
| HSV(B) | 303.06º | 0.89% | 0.95% | - |
| XYZ | 51.92 | 25.66 | 78.56 | - |
| YUV | 114.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 232 | 0 | 0.89 | 0.05 | 0.05 | 303.06 | 0.9 | 0.53 |
| Hex | F3 | 1B | E8 | 0 | 59 | 5 | 5 | 12F | 5A | 35 |
| Octal | 363 | 33 | 350 | 0 | 131 | 5 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11011 | 11101000 | 0 | 1011001 | 101 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F31BE8
Complementary color
Monochromatic Colors of #F31BE8
Black with #F31BE8
Text Example
Text Example
White with #F31BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BE8; }
p { color: rgb(243,27,232); }
H1.HeaderClassName
{
color: #F31BE8;
}
.AnyTagClassName
{
color: #F31BE8;
}
</style>
background-color css
<style>
a { background-color: #F31BE8; }
a { background-color: rgb(243,27,232); }
div.DivClassName
{
background-color: #F31BE8;
}
.BgClassName
{
background-color: #F31BE8;
}
</style>
border-color css
<style>
span { border-color: #F31BE8; }
span { border-color: rgb(243,27,232); }
td.TdClassName
{
border-color: #F31BE8;
}
.TagClassName
{
border-color: #F31BE8;
}
</style>