Shades of Magenta #F313E5
Tints of Magenta #F313E5
RGB
CMYK
RGB Variations
Color information
#F313E5 (or 0xF313E5) is known color: Magenta. HEX triplet: F3, 13 and E5. RGB value is (243,19,229). Sum of RGB (Red+Green+Blue) = 243+19+229=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 19 (7.81% from 255 or 3.87% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F313E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313E5 is #0CEC1A. Grayscale: #6D6D6D. Windows color (decimal): -846875 or 15012851. OLE color: 15012851.
HSL color Cylindrical-coordinate representation of color #F313E5: hue angle of 303.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313E5 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 229 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.05 |
| HSL | 303.75º | 0.9% | 0.51% | - |
| HSV(B) | 303.75º | 0.92% | 0.95% | - |
| XYZ | 51.34 | 25.18 | 76.28 | - |
| YUV | 109.92 | 195.21 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 229 | 0 | 0.92 | 0.06 | 0.05 | 303.75 | 0.9 | 0.51 |
| Hex | F3 | 13 | E5 | 0 | 5C | 6 | 5 | 130 | 5A | 33 |
| Octal | 363 | 23 | 345 | 0 | 134 | 6 | 5 | 460 | 132 | 63 |
| Binary | 11110011 | 10011 | 11100101 | 0 | 1011100 | 110 | 101 | 100110000 | 1011010 | 110011 |
Color Harmonies of #F313E5
Complementary color
Monochromatic Colors of #F313E5
Black with #F313E5
Text Example
Text Example
White with #F313E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313E5; }
p { color: rgb(243,19,229); }
H1.HeaderClassName
{
color: #F313E5;
}
.AnyTagClassName
{
color: #F313E5;
}
</style>
background-color css
<style>
a { background-color: #F313E5; }
a { background-color: rgb(243,19,229); }
div.DivClassName
{
background-color: #F313E5;
}
.BgClassName
{
background-color: #F313E5;
}
</style>
border-color css
<style>
span { border-color: #F313E5; }
span { border-color: rgb(243,19,229); }
td.TdClassName
{
border-color: #F313E5;
}
.TagClassName
{
border-color: #F313E5;
}
</style>