Shades of Magenta #F319ED
Tints of Magenta #F319ED
RGB
CMYK
RGB Variations
Color information
#F319ED (or 0xF319ED) is known color: Magenta. HEX triplet: F3, 19 and ED. RGB value is (243,25,237). Sum of RGB (Red+Green+Blue) = 243+25+237=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F319ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319ED is #0CE612. Grayscale: #717171. Windows color (decimal): -845331 or 15538675. OLE color: 15538675.
HSL color Cylindrical-coordinate representation of color #F319ED: hue angle of 301.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319ED is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 237 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.65º | 0.9% | 0.53% | - |
| HSV(B) | 301.65º | 0.9% | 0.95% | - |
| XYZ | 52.6 | 25.86 | 82.34 | - |
| YUV | 114.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 237 | 0 | 0.90 | 0.02 | 0.05 | 301.65 | 0.9 | 0.53 |
| Hex | F3 | 19 | ED | 0 | 5A | 2 | 5 | 12E | 5A | 35 |
| Octal | 363 | 31 | 355 | 0 | 132 | 2 | 5 | 456 | 132 | 65 |
| Binary | 11110011 | 11001 | 11101101 | 0 | 1011010 | 10 | 101 | 100101110 | 1011010 | 110101 |
Color Harmonies of #F319ED
Complementary color
Monochromatic Colors of #F319ED
Black with #F319ED
Text Example
Text Example
White with #F319ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319ED; }
p { color: rgb(243,25,237); }
H1.HeaderClassName
{
color: #F319ED;
}
.AnyTagClassName
{
color: #F319ED;
}
</style>
background-color css
<style>
a { background-color: #F319ED; }
a { background-color: rgb(243,25,237); }
div.DivClassName
{
background-color: #F319ED;
}
.BgClassName
{
background-color: #F319ED;
}
</style>
border-color css
<style>
span { border-color: #F319ED; }
span { border-color: rgb(243,25,237); }
td.TdClassName
{
border-color: #F319ED;
}
.TagClassName
{
border-color: #F319ED;
}
</style>