Shades of Magenta #F314EB
Tints of Magenta #F314EB
RGB
CMYK
RGB Variations
Color information
#F314EB (or 0xF314EB) is known color: Magenta. HEX triplet: F3, 14 and EB. RGB value is (243,20,235). Sum of RGB (Red+Green+Blue) = 243+20+235=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F314EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314EB is #0CEB14. Grayscale: #6E6E6E. Windows color (decimal): -846613 or 15406323. OLE color: 15406323.
HSL color Cylindrical-coordinate representation of color #F314EB: hue angle of 302.15º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314EB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 235 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.05 |
| HSL | 302.15º | 0.9% | 0.52% | - |
| HSV(B) | 302.15º | 0.92% | 0.95% | - |
| XYZ | 52.21 | 25.55 | 80.78 | - |
| YUV | 111.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 235 | 0 | 0.92 | 0.03 | 0.05 | 302.15 | 0.9 | 0.52 |
| Hex | F3 | 14 | EB | 0 | 5C | 3 | 5 | 12E | 5A | 34 |
| Octal | 363 | 24 | 353 | 0 | 134 | 3 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 10100 | 11101011 | 0 | 1011100 | 11 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F314EB
Complementary color
Monochromatic Colors of #F314EB
Black with #F314EB
Text Example
Text Example
White with #F314EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314EB; }
p { color: rgb(243,20,235); }
H1.HeaderClassName
{
color: #F314EB;
}
.AnyTagClassName
{
color: #F314EB;
}
</style>
background-color css
<style>
a { background-color: #F314EB; }
a { background-color: rgb(243,20,235); }
div.DivClassName
{
background-color: #F314EB;
}
.BgClassName
{
background-color: #F314EB;
}
</style>
border-color css
<style>
span { border-color: #F314EB; }
span { border-color: rgb(243,20,235); }
td.TdClassName
{
border-color: #F314EB;
}
.TagClassName
{
border-color: #F314EB;
}
</style>