Shades of Magenta #F319F1
Tints of Magenta #F319F1
RGB
CMYK
RGB Variations
Color information
#F319F1 (or 0xF319F1) is known color: Magenta. HEX triplet: F3, 19 and F1. RGB value is (243,25,241). Sum of RGB (Red+Green+Blue) = 243+25+241=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 25 (10.16% from 255 or 4.91% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F319F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319F1 is #0CE60E. Grayscale: #727272. Windows color (decimal): -845327 or 15800819. OLE color: 15800819.
HSL color Cylindrical-coordinate representation of color #F319F1: hue angle of 300.55º 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 #F319F1 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 241 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.05 |
| HSL | 300.55º | 0.9% | 0.53% | - |
| HSV(B) | 300.55º | 0.9% | 0.95% | - |
| XYZ | 53.19 | 26.1 | 85.45 | - |
| YUV | 114.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 241 | 0 | 0.90 | 0.01 | 0.05 | 300.55 | 0.9 | 0.53 |
| Hex | F3 | 19 | F1 | 0 | 5A | 1 | 5 | 12D | 5A | 35 |
| Octal | 363 | 31 | 361 | 0 | 132 | 1 | 5 | 455 | 132 | 65 |
| Binary | 11110011 | 11001 | 11110001 | 0 | 1011010 | 1 | 101 | 100101101 | 1011010 | 110101 |
Color Harmonies of #F319F1
Complementary color
Monochromatic Colors of #F319F1
Black with #F319F1
Text Example
Text Example
White with #F319F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319F1; }
p { color: rgb(243,25,241); }
H1.HeaderClassName
{
color: #F319F1;
}
.AnyTagClassName
{
color: #F319F1;
}
</style>
background-color css
<style>
a { background-color: #F319F1; }
a { background-color: rgb(243,25,241); }
div.DivClassName
{
background-color: #F319F1;
}
.BgClassName
{
background-color: #F319F1;
}
</style>
border-color css
<style>
span { border-color: #F319F1; }
span { border-color: rgb(243,25,241); }
td.TdClassName
{
border-color: #F319F1;
}
.TagClassName
{
border-color: #F319F1;
}
</style>