Shades of Magenta #F316E8
Tints of Magenta #F316E8
RGB
CMYK
RGB Variations
Color information
#F316E8 (or 0xF316E8) is known color: Magenta. HEX triplet: F3, 16 and E8. RGB value is (243,22,232). Sum of RGB (Red+Green+Blue) = 243+22+232=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F316E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F316E8 is #0CE917. Grayscale: #6F6F6F. Windows color (decimal): -846104 or 15210227. OLE color: 15210227.
HSL color Cylindrical-coordinate representation of color #F316E8: hue angle of 302.99º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F316E8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 232 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.05 |
| HSL | 302.99º | 0.9% | 0.52% | - |
| HSV(B) | 302.99º | 0.91% | 0.95% | - |
| XYZ | 51.81 | 25.45 | 78.53 | - |
| YUV | 112.02 | 195.72 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 232 | 0 | 0.91 | 0.05 | 0.05 | 302.99 | 0.9 | 0.52 |
| Hex | F3 | 16 | E8 | 0 | 5B | 5 | 5 | 12F | 5A | 34 |
| Octal | 363 | 26 | 350 | 0 | 133 | 5 | 5 | 457 | 132 | 64 |
| Binary | 11110011 | 10110 | 11101000 | 0 | 1011011 | 101 | 101 | 100101111 | 1011010 | 110100 |
Color Harmonies of #F316E8
Complementary color
Monochromatic Colors of #F316E8
Black with #F316E8
Text Example
Text Example
White with #F316E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F316E8; }
p { color: rgb(243,22,232); }
H1.HeaderClassName
{
color: #F316E8;
}
.AnyTagClassName
{
color: #F316E8;
}
</style>
background-color css
<style>
a { background-color: #F316E8; }
a { background-color: rgb(243,22,232); }
div.DivClassName
{
background-color: #F316E8;
}
.BgClassName
{
background-color: #F316E8;
}
</style>
border-color css
<style>
span { border-color: #F316E8; }
span { border-color: rgb(243,22,232); }
td.TdClassName
{
border-color: #F316E8;
}
.TagClassName
{
border-color: #F316E8;
}
</style>