Shades of Magenta #F315E9
Tints of Magenta #F315E9
RGB
CMYK
RGB Variations
Color information
#F315E9 (or 0xF315E9) is known color: Magenta. HEX triplet: F3, 15 and E9. RGB value is (243,21,233). Sum of RGB (Red+Green+Blue) = 243+21+233=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 21 (8.59% from 255 or 4.23% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F315E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315E9 is #0CEA16. Grayscale: #6E6E6E. Windows color (decimal): -846359 or 15275507. OLE color: 15275507.
HSL color Cylindrical-coordinate representation of color #F315E9: hue angle of 302.7º 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 #F315E9 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 233 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.05 |
| HSL | 302.7º | 0.9% | 0.52% | - |
| HSV(B) | 302.7º | 0.91% | 0.95% | - |
| XYZ | 51.94 | 25.47 | 79.27 | - |
| YUV | 111.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 233 | 0 | 0.91 | 0.04 | 0.05 | 302.7 | 0.9 | 0.52 |
| Hex | F3 | 15 | E9 | 0 | 5B | 4 | 5 | 12F | 5A | 34 |
| Octal | 363 | 25 | 351 | 0 | 133 | 4 | 5 | 457 | 132 | 64 |
| Binary | 11110011 | 10101 | 11101001 | 0 | 1011011 | 100 | 101 | 100101111 | 1011010 | 110100 |
Color Harmonies of #F315E9
Complementary color
Monochromatic Colors of #F315E9
Black with #F315E9
Text Example
Text Example
White with #F315E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315E9; }
p { color: rgb(243,21,233); }
H1.HeaderClassName
{
color: #F315E9;
}
.AnyTagClassName
{
color: #F315E9;
}
</style>
background-color css
<style>
a { background-color: #F315E9; }
a { background-color: rgb(243,21,233); }
div.DivClassName
{
background-color: #F315E9;
}
.BgClassName
{
background-color: #F315E9;
}
</style>
border-color css
<style>
span { border-color: #F315E9; }
span { border-color: rgb(243,21,233); }
td.TdClassName
{
border-color: #F315E9;
}
.TagClassName
{
border-color: #F315E9;
}
</style>