Shades of Magenta #F314FF
Tints of Magenta #F314FF
RGB
CMYK
RGB Variations
Color information
#F314FF (or 0xF314FF) is known color: Magenta. HEX triplet: F3, 14 and FF. RGB value is (243,20,255). Sum of RGB (Red+Green+Blue) = 243+20+255=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 20 (8.20% from 255 or 3.86% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #F314FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F314FF is #0CEB00. Grayscale: #707070. Windows color (decimal): -846593 or 16717043. OLE color: 16717043.
HSL color Cylindrical-coordinate representation of color #F314FF: hue angle of 296.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314FF is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 20 | 255 | - |
| CMYK | 0.05 | 0.92 | 0 | 0 |
| HSL | 296.94º | 1% | 0.54% | - |
| HSV(B) | 296.94º | 0.92% | 1% | - |
| XYZ | 55.26 | 26.78 | 96.86 | - |
| YUV | 113.47 | 207.88 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 255 | 0.05 | 0.92 | 0 | 0 | 296.94 | 1 | 0.54 |
| Hex | F3 | 14 | FF | 5 | 5C | 0 | 0 | 129 | 64 | 36 |
| Octal | 363 | 24 | 377 | 5 | 134 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110011 | 10100 | 11111111 | 101 | 1011100 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F314FF
Complementary color
Monochromatic Colors of #F314FF
Black with #F314FF
Text Example
Text Example
White with #F314FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314FF; }
p { color: rgb(243,20,255); }
H1.HeaderClassName
{
color: #F314FF;
}
.AnyTagClassName
{
color: #F314FF;
}
</style>
background-color css
<style>
a { background-color: #F314FF; }
a { background-color: rgb(243,20,255); }
div.DivClassName
{
background-color: #F314FF;
}
.BgClassName
{
background-color: #F314FF;
}
</style>
border-color css
<style>
span { border-color: #F314FF; }
span { border-color: rgb(243,20,255); }
td.TdClassName
{
border-color: #F314FF;
}
.TagClassName
{
border-color: #F314FF;
}
</style>