Shades of Magenta #F315F1
Tints of Magenta #F315F1
RGB
CMYK
RGB Variations
Color information
#F315F1 (or 0xF315F1) is known color: Magenta. HEX triplet: F3, 15 and F1. RGB value is (243,21,241). Sum of RGB (Red+Green+Blue) = 243+21+241=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F315F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F315F1 is #0CEA0E. Grayscale: #6F6F6F. Windows color (decimal): -846351 or 15799795. OLE color: 15799795.
HSL color Cylindrical-coordinate representation of color #F315F1: hue angle of 300.54º 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 #F315F1 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 241 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.05 |
| HSL | 300.54º | 0.9% | 0.52% | - |
| HSV(B) | 300.54º | 0.91% | 0.95% | - |
| XYZ | 53.11 | 25.94 | 85.43 | - |
| YUV | 112.46 | 200.55 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 241 | 0 | 0.91 | 0.01 | 0.05 | 300.54 | 0.9 | 0.52 |
| Hex | F3 | 15 | F1 | 0 | 5B | 1 | 5 | 12D | 5A | 34 |
| Octal | 363 | 25 | 361 | 0 | 133 | 1 | 5 | 455 | 132 | 64 |
| Binary | 11110011 | 10101 | 11110001 | 0 | 1011011 | 1 | 101 | 100101101 | 1011010 | 110100 |
Color Harmonies of #F315F1
Complementary color
Monochromatic Colors of #F315F1
Black with #F315F1
Text Example
Text Example
White with #F315F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315F1; }
p { color: rgb(243,21,241); }
H1.HeaderClassName
{
color: #F315F1;
}
.AnyTagClassName
{
color: #F315F1;
}
</style>
background-color css
<style>
a { background-color: #F315F1; }
a { background-color: rgb(243,21,241); }
div.DivClassName
{
background-color: #F315F1;
}
.BgClassName
{
background-color: #F315F1;
}
</style>
border-color css
<style>
span { border-color: #F315F1; }
span { border-color: rgb(243,21,241); }
td.TdClassName
{
border-color: #F315F1;
}
.TagClassName
{
border-color: #F315F1;
}
</style>