Shades of Magenta #F319F4
Tints of Magenta #F319F4
RGB
CMYK
RGB Variations
Color information
#F319F4 (or 0xF319F4) is known color: Magenta. HEX triplet: F3, 19 and F4. RGB value is (243,25,244). Sum of RGB (Red+Green+Blue) = 243+25+244=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #F319F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319F4 is #0CE60B. Grayscale: #727272. Windows color (decimal): -845324 or 15997427. OLE color: 15997427.
HSL color Cylindrical-coordinate representation of color #F319F4: hue angle of 299.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319F4 is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 25 | 244 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.04 |
| HSL | 299.73º | 0.91% | 0.53% | - |
| HSV(B) | 299.73º | 0.9% | 0.96% | - |
| XYZ | 53.64 | 26.28 | 87.83 | - |
| YUV | 115.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 244 | 0.00 | 0.90 | 0 | 0.04 | 299.73 | 0.91 | 0.53 |
| Hex | F3 | 19 | F4 | 0 | 5A | 0 | 4 | 12C | 5B | 35 |
| Octal | 363 | 31 | 364 | 0 | 132 | 0 | 4 | 454 | 133 | 65 |
| Binary | 11110011 | 11001 | 11110100 | 0 | 1011010 | 0 | 100 | 100101100 | 1011011 | 110101 |
Color Harmonies of #F319F4
Complementary color
Monochromatic Colors of #F319F4
Black with #F319F4
Text Example
Text Example
White with #F319F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319F4; }
p { color: rgb(243,25,244); }
H1.HeaderClassName
{
color: #F319F4;
}
.AnyTagClassName
{
color: #F319F4;
}
</style>
background-color css
<style>
a { background-color: #F319F4; }
a { background-color: rgb(243,25,244); }
div.DivClassName
{
background-color: #F319F4;
}
.BgClassName
{
background-color: #F319F4;
}
</style>
border-color css
<style>
span { border-color: #F319F4; }
span { border-color: rgb(243,25,244); }
td.TdClassName
{
border-color: #F319F4;
}
.TagClassName
{
border-color: #F319F4;
}
</style>