Shades of Magenta #F319F2
Tints of Magenta #F319F2
RGB
CMYK
RGB Variations
Color information
#F319F2 (or 0xF319F2) is known color: Magenta. HEX triplet: F3, 19 and F2. RGB value is (243,25,242). Sum of RGB (Red+Green+Blue) = 243+25+242=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 25 (10.16% from 255 or 4.90% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F319F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319F2 is #0CE60D. Grayscale: #727272. Windows color (decimal): -845326 or 15866355. OLE color: 15866355.
HSL color Cylindrical-coordinate representation of color #F319F2: hue angle of 300.28º 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 #F319F2 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 242 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.05 |
| HSL | 300.28º | 0.9% | 0.53% | - |
| HSV(B) | 300.28º | 0.9% | 0.95% | - |
| XYZ | 53.34 | 26.16 | 86.24 | - |
| YUV | 114.92 | 199.72 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 242 | 0 | 0.90 | 0.00 | 0.05 | 300.28 | 0.9 | 0.53 |
| Hex | F3 | 19 | F2 | 0 | 5A | 0 | 5 | 12C | 5A | 35 |
| Octal | 363 | 31 | 362 | 0 | 132 | 0 | 5 | 454 | 132 | 65 |
| Binary | 11110011 | 11001 | 11110010 | 0 | 1011010 | 0 | 101 | 100101100 | 1011010 | 110101 |
Color Harmonies of #F319F2
Complementary color
Monochromatic Colors of #F319F2
Black with #F319F2
Text Example
Text Example
White with #F319F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319F2; }
p { color: rgb(243,25,242); }
H1.HeaderClassName
{
color: #F319F2;
}
.AnyTagClassName
{
color: #F319F2;
}
</style>
background-color css
<style>
a { background-color: #F319F2; }
a { background-color: rgb(243,25,242); }
div.DivClassName
{
background-color: #F319F2;
}
.BgClassName
{
background-color: #F319F2;
}
</style>
border-color css
<style>
span { border-color: #F319F2; }
span { border-color: rgb(243,25,242); }
td.TdClassName
{
border-color: #F319F2;
}
.TagClassName
{
border-color: #F319F2;
}
</style>