Shades of Magenta #F313FA
Tints of Magenta #F313FA
RGB
CMYK
RGB Variations
Color information
#F313FA (or 0xF313FA) is known color: Magenta. HEX triplet: F3, 13 and FA. RGB value is (243,19,250). Sum of RGB (Red+Green+Blue) = 243+19+250=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F313FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F313FA is #0CEC05. Grayscale: #6F6F6F. Windows color (decimal): -846854 or 16389107. OLE color: 16389107.
HSL color Cylindrical-coordinate representation of color #F313FA: hue angle of 298.18º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313FA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 19 | 250 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 298.18º | 0.96% | 0.53% | - |
| HSV(B) | 298.18º | 0.92% | 0.98% | - |
| XYZ | 54.45 | 26.42 | 92.67 | - |
| YUV | 112.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 250 | 0.03 | 0.92 | 0 | 0.02 | 298.18 | 0.96 | 0.53 |
| Hex | F3 | 13 | FA | 3 | 5C | 0 | 2 | 12A | 60 | 35 |
| Octal | 363 | 23 | 372 | 3 | 134 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110011 | 10011 | 11111010 | 11 | 1011100 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F313FA
Complementary color
Monochromatic Colors of #F313FA
Black with #F313FA
Text Example
Text Example
White with #F313FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313FA; }
p { color: rgb(243,19,250); }
H1.HeaderClassName
{
color: #F313FA;
}
.AnyTagClassName
{
color: #F313FA;
}
</style>
background-color css
<style>
a { background-color: #F313FA; }
a { background-color: rgb(243,19,250); }
div.DivClassName
{
background-color: #F313FA;
}
.BgClassName
{
background-color: #F313FA;
}
</style>
border-color css
<style>
span { border-color: #F313FA; }
span { border-color: rgb(243,19,250); }
td.TdClassName
{
border-color: #F313FA;
}
.TagClassName
{
border-color: #F313FA;
}
</style>