Shades of Magenta #F311ED
Tints of Magenta #F311ED
RGB
CMYK
RGB Variations
Color information
#F311ED (or 0xF311ED) is known color: Magenta. HEX triplet: F3, 11 and ED. RGB value is (243,17,237). Sum of RGB (Red+Green+Blue) = 243+17+237=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F311ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F311ED is #0CEE12. Grayscale: #6D6D6D. Windows color (decimal): -847379 or 15536627. OLE color: 15536627.
HSL color Cylindrical-coordinate representation of color #F311ED: hue angle of 301.59º 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 #F311ED is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 237 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.05 |
| HSL | 301.59º | 0.9% | 0.51% | - |
| HSV(B) | 301.59º | 0.93% | 0.95% | - |
| XYZ | 52.45 | 25.57 | 82.29 | - |
| YUV | 109.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 237 | 0 | 0.93 | 0.02 | 0.05 | 301.59 | 0.9 | 0.51 |
| Hex | F3 | 11 | ED | 0 | 5D | 2 | 5 | 12E | 5A | 33 |
| Octal | 363 | 21 | 355 | 0 | 135 | 2 | 5 | 456 | 132 | 63 |
| Binary | 11110011 | 10001 | 11101101 | 0 | 1011101 | 10 | 101 | 100101110 | 1011010 | 110011 |
Color Harmonies of #F311ED
Complementary color
Monochromatic Colors of #F311ED
Black with #F311ED
Text Example
Text Example
White with #F311ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F311ED; }
p { color: rgb(243,17,237); }
H1.HeaderClassName
{
color: #F311ED;
}
.AnyTagClassName
{
color: #F311ED;
}
</style>
background-color css
<style>
a { background-color: #F311ED; }
a { background-color: rgb(243,17,237); }
div.DivClassName
{
background-color: #F311ED;
}
.BgClassName
{
background-color: #F311ED;
}
</style>
border-color css
<style>
span { border-color: #F311ED; }
span { border-color: rgb(243,17,237); }
td.TdClassName
{
border-color: #F311ED;
}
.TagClassName
{
border-color: #F311ED;
}
</style>