Shades of Magenta #F319E8
Tints of Magenta #F319E8
RGB
CMYK
RGB Variations
Color information
#F319E8 (or 0xF319E8) is known color: Magenta. HEX triplet: F3, 19 and E8. RGB value is (243,25,232). Sum of RGB (Red+Green+Blue) = 243+25+232=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 25 (10.16% from 255 or 5% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F319E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319E8 is #0CE617. Grayscale: #717171. Windows color (decimal): -845336 or 15210995. OLE color: 15210995.
HSL color Cylindrical-coordinate representation of color #F319E8: hue angle of 303.03º 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 #F319E8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 232 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.05 |
| HSL | 303.03º | 0.9% | 0.53% | - |
| HSV(B) | 303.03º | 0.9% | 0.95% | - |
| XYZ | 51.88 | 25.58 | 78.55 | - |
| YUV | 113.78 | 194.72 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 232 | 0 | 0.90 | 0.05 | 0.05 | 303.03 | 0.9 | 0.53 |
| Hex | F3 | 19 | E8 | 0 | 5A | 5 | 5 | 12F | 5A | 35 |
| Octal | 363 | 31 | 350 | 0 | 132 | 5 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11001 | 11101000 | 0 | 1011010 | 101 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F319E8
Complementary color
Monochromatic Colors of #F319E8
Black with #F319E8
Text Example
Text Example
White with #F319E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319E8; }
p { color: rgb(243,25,232); }
H1.HeaderClassName
{
color: #F319E8;
}
.AnyTagClassName
{
color: #F319E8;
}
</style>
background-color css
<style>
a { background-color: #F319E8; }
a { background-color: rgb(243,25,232); }
div.DivClassName
{
background-color: #F319E8;
}
.BgClassName
{
background-color: #F319E8;
}
</style>
border-color css
<style>
span { border-color: #F319E8; }
span { border-color: rgb(243,25,232); }
td.TdClassName
{
border-color: #F319E8;
}
.TagClassName
{
border-color: #F319E8;
}
</style>