Shades of Magenta #F614FA
Tints of Magenta #F614FA
RGB
CMYK
RGB Variations
Color information
#F614FA (or 0xF614FA) is known color: Magenta. HEX triplet: F6, 14 and FA. RGB value is (246,20,250). Sum of RGB (Red+Green+Blue) = 246+20+250=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 20 (8.20% from 255 or 3.88% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #F614FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F614FA is #09EB05. Grayscale: #717171. Windows color (decimal): -649990 or 16389366. OLE color: 16389366.
HSL color Cylindrical-coordinate representation of color #F614FA: hue angle of 298.96º 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 #F614FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 20 | 250 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.02 |
| HSL | 298.96º | 0.96% | 0.53% | - |
| HSV(B) | 298.96º | 0.92% | 0.98% | - |
| XYZ | 55.51 | 27 | 92.73 | - |
| YUV | 113.79 | 204.87 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 250 | 0.02 | 0.92 | 0 | 0.02 | 298.96 | 0.96 | 0.53 |
| Hex | F6 | 14 | FA | 2 | 5C | 0 | 2 | 12B | 60 | 35 |
| Octal | 366 | 24 | 372 | 2 | 134 | 0 | 2 | 453 | 140 | 65 |
| Binary | 11110110 | 10100 | 11111010 | 10 | 1011100 | 0 | 10 | 100101011 | 1100000 | 110101 |
Color Harmonies of #F614FA
Complementary color
Monochromatic Colors of #F614FA
Black with #F614FA
Text Example
Text Example
White with #F614FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614FA; }
p { color: rgb(246,20,250); }
H1.HeaderClassName
{
color: #F614FA;
}
.AnyTagClassName
{
color: #F614FA;
}
</style>
background-color css
<style>
a { background-color: #F614FA; }
a { background-color: rgb(246,20,250); }
div.DivClassName
{
background-color: #F614FA;
}
.BgClassName
{
background-color: #F614FA;
}
</style>
border-color css
<style>
span { border-color: #F614FA; }
span { border-color: rgb(246,20,250); }
td.TdClassName
{
border-color: #F614FA;
}
.TagClassName
{
border-color: #F614FA;
}
</style>