Shades of Magenta #F31BEF
Tints of Magenta #F31BEF
RGB
CMYK
RGB Variations
Color information
#F31BEF (or 0xF31BEF) is known color: Magenta. HEX triplet: F3, 1B and EF. RGB value is (243,27,239). Sum of RGB (Red+Green+Blue) = 243+27+239=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 27 (10.94% from 255 or 5.30% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F31BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31BEF is #0CE410. Grayscale: #737373. Windows color (decimal): -844817 or 15670259. OLE color: 15670259.
HSL color Cylindrical-coordinate representation of color #F31BEF: hue angle of 301.11º 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 #F31BEF is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 27 | 239 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.05 |
| HSL | 301.11º | 0.9% | 0.53% | - |
| HSV(B) | 301.11º | 0.89% | 0.95% | - |
| XYZ | 52.93 | 26.07 | 83.9 | - |
| YUV | 115.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 27 | 239 | 0 | 0.89 | 0.02 | 0.05 | 301.11 | 0.9 | 0.53 |
| Hex | F3 | 1B | EF | 0 | 59 | 2 | 5 | 12D | 5A | 35 |
| Octal | 363 | 33 | 357 | 0 | 131 | 2 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11011 | 11101111 | 0 | 1011001 | 10 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F31BEF
Complementary color
Monochromatic Colors of #F31BEF
Black with #F31BEF
Text Example
Text Example
White with #F31BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31BEF; }
p { color: rgb(243,27,239); }
H1.HeaderClassName
{
color: #F31BEF;
}
.AnyTagClassName
{
color: #F31BEF;
}
</style>
background-color css
<style>
a { background-color: #F31BEF; }
a { background-color: rgb(243,27,239); }
div.DivClassName
{
background-color: #F31BEF;
}
.BgClassName
{
background-color: #F31BEF;
}
</style>
border-color css
<style>
span { border-color: #F31BEF; }
span { border-color: rgb(243,27,239); }
td.TdClassName
{
border-color: #F31BEF;
}
.TagClassName
{
border-color: #F31BEF;
}
</style>