Shades of Magenta #F314FA
Tints of Magenta #F314FA
RGB
CMYK
RGB Variations
Color information
#F314FA (or 0xF314FA) is known color: Magenta. HEX triplet: F3, 14 and FA. RGB value is (243,20,250). Sum of RGB (Red+Green+Blue) = 243+20+250=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 20 (8.20% from 255 or 3.90% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #F314FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314FA is #0CEB05. Grayscale: #707070. Windows color (decimal): -846598 or 16389363. OLE color: 16389363.
HSL color Cylindrical-coordinate representation of color #F314FA: hue angle of 298.17º 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 #F314FA is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 20 | 250 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 298.17º | 0.96% | 0.53% | - |
| HSV(B) | 298.17º | 0.92% | 0.98% | - |
| XYZ | 54.47 | 26.46 | 92.68 | - |
| YUV | 112.9 | 205.38 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 250 | 0.03 | 0.92 | 0 | 0.02 | 298.17 | 0.96 | 0.53 |
| Hex | F3 | 14 | FA | 3 | 5C | 0 | 2 | 12A | 60 | 35 |
| Octal | 363 | 24 | 372 | 3 | 134 | 0 | 2 | 452 | 140 | 65 |
| Binary | 11110011 | 10100 | 11111010 | 11 | 1011100 | 0 | 10 | 100101010 | 1100000 | 110101 |
Color Harmonies of #F314FA
Complementary color
Monochromatic Colors of #F314FA
Black with #F314FA
Text Example
Text Example
White with #F314FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314FA; }
p { color: rgb(243,20,250); }
H1.HeaderClassName
{
color: #F314FA;
}
.AnyTagClassName
{
color: #F314FA;
}
</style>
background-color css
<style>
a { background-color: #F314FA; }
a { background-color: rgb(243,20,250); }
div.DivClassName
{
background-color: #F314FA;
}
.BgClassName
{
background-color: #F314FA;
}
</style>
border-color css
<style>
span { border-color: #F314FA; }
span { border-color: rgb(243,20,250); }
td.TdClassName
{
border-color: #F314FA;
}
.TagClassName
{
border-color: #F314FA;
}
</style>