Shades of Magenta #F513F3
Tints of Magenta #F513F3
RGB
CMYK
RGB Variations
Color information
#F513F3 (or 0xF513F3) is known color: Magenta. HEX triplet: F5, 13 and F3. RGB value is (245,19,243). Sum of RGB (Red+Green+Blue) = 245+19+243=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F513F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F513F3 is #0AEC0C. Grayscale: #6F6F6F. Windows color (decimal): -715789 or 15930357. OLE color: 15930357.
HSL color Cylindrical-coordinate representation of color #F513F3: hue angle of 300.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F513F3 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 243 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.04 |
| HSL | 300.53º | 0.92% | 0.52% | - |
| HSV(B) | 300.53º | 0.92% | 0.96% | - |
| XYZ | 54.07 | 26.35 | 87.03 | - |
| YUV | 112.11 | 201.87 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 243 | 0 | 0.92 | 0.01 | 0.04 | 300.53 | 0.92 | 0.52 |
| Hex | F5 | 13 | F3 | 0 | 5C | 1 | 4 | 12D | 5C | 34 |
| Octal | 365 | 23 | 363 | 0 | 134 | 1 | 4 | 455 | 134 | 64 |
| Binary | 11110101 | 10011 | 11110011 | 0 | 1011100 | 1 | 100 | 100101101 | 1011100 | 110100 |
Color Harmonies of #F513F3
Complementary color
Monochromatic Colors of #F513F3
Black with #F513F3
Text Example
Text Example
White with #F513F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F513F3; }
p { color: rgb(245,19,243); }
H1.HeaderClassName
{
color: #F513F3;
}
.AnyTagClassName
{
color: #F513F3;
}
</style>
background-color css
<style>
a { background-color: #F513F3; }
a { background-color: rgb(245,19,243); }
div.DivClassName
{
background-color: #F513F3;
}
.BgClassName
{
background-color: #F513F3;
}
</style>
border-color css
<style>
span { border-color: #F513F3; }
span { border-color: rgb(245,19,243); }
td.TdClassName
{
border-color: #F513F3;
}
.TagClassName
{
border-color: #F513F3;
}
</style>