Shades of Magenta #F310EB
Tints of Magenta #F310EB
RGB
CMYK
RGB Variations
Color information
#F310EB (or 0xF310EB) is known color: Magenta. HEX triplet: F3, 10 and EB. RGB value is (243,16,235). Sum of RGB (Red+Green+Blue) = 243+16+235=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 16 (6.64% from 255 or 3.24% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F310EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F310EB is #0CEF14. Grayscale: #6C6C6C. Windows color (decimal): -847637 or 15405299. OLE color: 15405299.
HSL color Cylindrical-coordinate representation of color #F310EB: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310EB is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 235 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.05 |
| HSL | 302.11º | 0.9% | 0.51% | - |
| HSV(B) | 302.11º | 0.93% | 0.95% | - |
| XYZ | 52.14 | 25.42 | 80.76 | - |
| YUV | 108.84 | 199.21 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 235 | 0 | 0.93 | 0.03 | 0.05 | 302.11 | 0.9 | 0.51 |
| Hex | F3 | 10 | EB | 0 | 5D | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 20 | 353 | 0 | 135 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10000 | 11101011 | 0 | 1011101 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F310EB
Complementary color
Monochromatic Colors of #F310EB
Black with #F310EB
Text Example
Text Example
White with #F310EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310EB; }
p { color: rgb(243,16,235); }
H1.HeaderClassName
{
color: #F310EB;
}
.AnyTagClassName
{
color: #F310EB;
}
</style>
background-color css
<style>
a { background-color: #F310EB; }
a { background-color: rgb(243,16,235); }
div.DivClassName
{
background-color: #F310EB;
}
.BgClassName
{
background-color: #F310EB;
}
</style>
border-color css
<style>
span { border-color: #F310EB; }
span { border-color: rgb(243,16,235); }
td.TdClassName
{
border-color: #F310EB;
}
.TagClassName
{
border-color: #F310EB;
}
</style>