Shades of Magenta #F314ED
Tints of Magenta #F314ED
RGB
CMYK
RGB Variations
Color information
#F314ED (or 0xF314ED) is known color: Magenta. HEX triplet: F3, 14 and ED. RGB value is (243,20,237). Sum of RGB (Red+Green+Blue) = 243+20+237=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F314ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314ED is #0CEB12. Grayscale: #6E6E6E. Windows color (decimal): -846611 or 15537395. OLE color: 15537395.
HSL color Cylindrical-coordinate representation of color #F314ED: hue angle of 301.61º 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 #F314ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.61º | 0.9% | 0.52% | - |
| HSV(B) | 301.61º | 0.92% | 0.95% | - |
| XYZ | 52.5 | 25.67 | 82.31 | - |
| YUV | 111.42 | 198.88 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 237 | 0 | 0.92 | 0.02 | 0.05 | 301.61 | 0.9 | 0.52 |
| Hex | F3 | 14 | ED | 0 | 5C | 2 | 5 | 12E | 5A | 34 |
| Octal | 363 | 24 | 355 | 0 | 134 | 2 | 5 | 456 | 132 | 64 |
| Binary | 11110011 | 10100 | 11101101 | 0 | 1011100 | 10 | 101 | 100101110 | 1011010 | 110100 |
Color Harmonies of #F314ED
Complementary color
Monochromatic Colors of #F314ED
Black with #F314ED
Text Example
Text Example
White with #F314ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314ED; }
p { color: rgb(243,20,237); }
H1.HeaderClassName
{
color: #F314ED;
}
.AnyTagClassName
{
color: #F314ED;
}
</style>
background-color css
<style>
a { background-color: #F314ED; }
a { background-color: rgb(243,20,237); }
div.DivClassName
{
background-color: #F314ED;
}
.BgClassName
{
background-color: #F314ED;
}
</style>
border-color css
<style>
span { border-color: #F314ED; }
span { border-color: rgb(243,20,237); }
td.TdClassName
{
border-color: #F314ED;
}
.TagClassName
{
border-color: #F314ED;
}
</style>