Shades of Magenta #F613FA
Tints of Magenta #F613FA
RGB
CMYK
RGB Variations
Color information
#F613FA (or 0xF613FA) is known color: Magenta. HEX triplet: F6, 13 and FA. RGB value is (246,19,250). Sum of RGB (Red+Green+Blue) = 246+19+250=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #F613FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613FA is #09EC05. Grayscale: #707070. Windows color (decimal): -650246 or 16389110. OLE color: 16389110.
HSL color Cylindrical-coordinate representation of color #F613FA: 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 #F613FA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 19 | 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.49 | 26.96 | 92.72 | - |
| YUV | 113.21 | 205.21 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 250 | 0.02 | 0.92 | 0 | 0.02 | 298.96 | 0.96 | 0.53 |
| Hex | F6 | 13 | FA | 2 | 5C | 0 | 2 | 12B | 60 | 35 |
| Octal | 366 | 23 | 372 | 2 | 134 | 0 | 2 | 453 | 140 | 65 |
| Binary | 11110110 | 10011 | 11111010 | 10 | 1011100 | 0 | 10 | 100101011 | 1100000 | 110101 |
Color Harmonies of #F613FA
Complementary color
Monochromatic Colors of #F613FA
Black with #F613FA
Text Example
Text Example
White with #F613FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613FA; }
p { color: rgb(246,19,250); }
H1.HeaderClassName
{
color: #F613FA;
}
.AnyTagClassName
{
color: #F613FA;
}
</style>
background-color css
<style>
a { background-color: #F613FA; }
a { background-color: rgb(246,19,250); }
div.DivClassName
{
background-color: #F613FA;
}
.BgClassName
{
background-color: #F613FA;
}
</style>
border-color css
<style>
span { border-color: #F613FA; }
span { border-color: rgb(246,19,250); }
td.TdClassName
{
border-color: #F613FA;
}
.TagClassName
{
border-color: #F613FA;
}
</style>