Shades of Magenta #F313ED
Tints of Magenta #F313ED
RGB
CMYK
RGB Variations
Color information
#F313ED (or 0xF313ED) is known color: Magenta. HEX triplet: F3, 13 and ED. RGB value is (243,19,237). Sum of RGB (Red+Green+Blue) = 243+19+237=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F313ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313ED is #0CEC12. Grayscale: #6E6E6E. Windows color (decimal): -846867 or 15537139. OLE color: 15537139.
HSL color Cylindrical-coordinate representation of color #F313ED: hue angle of 301.61º 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 #F313ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 237 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.61º | 0.9% | 0.51% | - |
| HSV(B) | 301.61º | 0.92% | 0.95% | - |
| XYZ | 52.48 | 25.63 | 82.3 | - |
| YUV | 110.83 | 199.21 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 237 | 0 | 0.92 | 0.02 | 0.05 | 301.61 | 0.9 | 0.51 |
| Hex | F3 | 13 | ED | 0 | 5C | 2 | 5 | 12E | 5A | 33 |
| Octal | 363 | 23 | 355 | 0 | 134 | 2 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10011 | 11101101 | 0 | 1011100 | 10 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F313ED
Complementary color
Monochromatic Colors of #F313ED
Black with #F313ED
Text Example
Text Example
White with #F313ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313ED; }
p { color: rgb(243,19,237); }
H1.HeaderClassName
{
color: #F313ED;
}
.AnyTagClassName
{
color: #F313ED;
}
</style>
background-color css
<style>
a { background-color: #F313ED; }
a { background-color: rgb(243,19,237); }
div.DivClassName
{
background-color: #F313ED;
}
.BgClassName
{
background-color: #F313ED;
}
</style>
border-color css
<style>
span { border-color: #F313ED; }
span { border-color: rgb(243,19,237); }
td.TdClassName
{
border-color: #F313ED;
}
.TagClassName
{
border-color: #F313ED;
}
</style>