Shades of Magenta #F31CEB
Tints of Magenta #F31CEB
RGB
CMYK
RGB Variations
Color information
#F31CEB (or 0xF31CEB) is known color: Magenta. HEX triplet: F3, 1C and EB. RGB value is (243,28,235). Sum of RGB (Red+Green+Blue) = 243+28+235=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F31CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F31CEB is #0CE314. Grayscale: #737373. Windows color (decimal): -844565 or 15408371. OLE color: 15408371.
HSL color Cylindrical-coordinate representation of color #F31CEB: hue angle of 302.23º 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 #F31CEB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 235 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.05 |
| HSL | 302.23º | 0.9% | 0.53% | - |
| HSV(B) | 302.23º | 0.88% | 0.95% | - |
| XYZ | 52.37 | 25.88 | 80.83 | - |
| YUV | 115.88 | 195.23 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 235 | 0 | 0.88 | 0.03 | 0.05 | 302.23 | 0.9 | 0.53 |
| Hex | F3 | 1C | EB | 0 | 58 | 3 | 5 | 12E | 5A | 35 |
| Octal | 363 | 34 | 353 | 0 | 130 | 3 | 5 | 456 | 132 | 65 |
| Binary | 11110011 | 11100 | 11101011 | 0 | 1011000 | 11 | 101 | 100101110 | 1011010 | 110101 |
Color Harmonies of #F31CEB
Complementary color
Monochromatic Colors of #F31CEB
Black with #F31CEB
Text Example
Text Example
White with #F31CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31CEB; }
p { color: rgb(243,28,235); }
H1.HeaderClassName
{
color: #F31CEB;
}
.AnyTagClassName
{
color: #F31CEB;
}
</style>
background-color css
<style>
a { background-color: #F31CEB; }
a { background-color: rgb(243,28,235); }
div.DivClassName
{
background-color: #F31CEB;
}
.BgClassName
{
background-color: #F31CEB;
}
</style>
border-color css
<style>
span { border-color: #F31CEB; }
span { border-color: rgb(243,28,235); }
td.TdClassName
{
border-color: #F31CEB;
}
.TagClassName
{
border-color: #F31CEB;
}
</style>