Shades of Magenta #F313EB
Tints of Magenta #F313EB
RGB
CMYK
RGB Variations
Color information
#F313EB (or 0xF313EB) is known color: Magenta. HEX triplet: F3, 13 and EB. RGB value is (243,19,235). Sum of RGB (Red+Green+Blue) = 243+19+235=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F313EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313EB is #0CEC14. Grayscale: #6D6D6D. Windows color (decimal): -846869 or 15406067. OLE color: 15406067.
HSL color Cylindrical-coordinate representation of color #F313EB: hue angle of 302.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313EB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 235 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.05 |
| HSL | 302.14º | 0.9% | 0.51% | - |
| HSV(B) | 302.14º | 0.92% | 0.95% | - |
| XYZ | 52.19 | 25.52 | 80.77 | - |
| YUV | 110.6 | 198.21 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 235 | 0 | 0.92 | 0.03 | 0.05 | 302.14 | 0.9 | 0.51 |
| Hex | F3 | 13 | EB | 0 | 5C | 3 | 5 | 12E | 5A | 33 |
| Octal | 363 | 23 | 353 | 0 | 134 | 3 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10011 | 11101011 | 0 | 1011100 | 11 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F313EB
Complementary color
Monochromatic Colors of #F313EB
Black with #F313EB
Text Example
Text Example
White with #F313EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313EB; }
p { color: rgb(243,19,235); }
H1.HeaderClassName
{
color: #F313EB;
}
.AnyTagClassName
{
color: #F313EB;
}
</style>
background-color css
<style>
a { background-color: #F313EB; }
a { background-color: rgb(243,19,235); }
div.DivClassName
{
background-color: #F313EB;
}
.BgClassName
{
background-color: #F313EB;
}
</style>
border-color css
<style>
span { border-color: #F313EB; }
span { border-color: rgb(243,19,235); }
td.TdClassName
{
border-color: #F313EB;
}
.TagClassName
{
border-color: #F313EB;
}
</style>