Shades of Magenta #F319E7
Tints of Magenta #F319E7
RGB
CMYK
RGB Variations
Color information
#F319E7 (or 0xF319E7) is known color: Magenta. HEX triplet: F3, 19 and E7. RGB value is (243,25,231). Sum of RGB (Red+Green+Blue) = 243+25+231=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 25 (10.16% from 255 or 5.01% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F319E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319E7 is #0CE618. Grayscale: #717171. Windows color (decimal): -845337 or 15145459. OLE color: 15145459.
HSL color Cylindrical-coordinate representation of color #F319E7: hue angle of 303.3º 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 #F319E7 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 231 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.05 |
| HSL | 303.3º | 0.9% | 0.53% | - |
| HSV(B) | 303.3º | 0.9% | 0.95% | - |
| XYZ | 51.73 | 25.52 | 77.8 | - |
| YUV | 113.67 | 194.22 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 231 | 0 | 0.90 | 0.05 | 0.05 | 303.3 | 0.9 | 0.53 |
| Hex | F3 | 19 | E7 | 0 | 5A | 5 | 5 | 12F | 5A | 35 |
| Octal | 363 | 31 | 347 | 0 | 132 | 5 | 5 | 457 | 132 | 65 |
| Binary | 11110011 | 11001 | 11100111 | 0 | 1011010 | 101 | 101 | 100101111 | 1011010 | 110101 |
Color Harmonies of #F319E7
Complementary color
Monochromatic Colors of #F319E7
Black with #F319E7
Text Example
Text Example
White with #F319E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319E7; }
p { color: rgb(243,25,231); }
H1.HeaderClassName
{
color: #F319E7;
}
.AnyTagClassName
{
color: #F319E7;
}
</style>
background-color css
<style>
a { background-color: #F319E7; }
a { background-color: rgb(243,25,231); }
div.DivClassName
{
background-color: #F319E7;
}
.BgClassName
{
background-color: #F319E7;
}
</style>
border-color css
<style>
span { border-color: #F319E7; }
span { border-color: rgb(243,25,231); }
td.TdClassName
{
border-color: #F319E7;
}
.TagClassName
{
border-color: #F319E7;
}
</style>