Shades of Magenta #F613F9
Tints of Magenta #F613F9
RGB
CMYK
RGB Variations
Color information
#F613F9 (or 0xF613F9) is known color: Magenta. HEX triplet: F6, 13 and F9. RGB value is (246,19,249). Sum of RGB (Red+Green+Blue) = 246+19+249=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 19 (7.81% from 255 or 3.70% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #F613F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613F9 is #09EC06. Grayscale: #707070. Windows color (decimal): -650247 or 16323574. OLE color: 16323574.
HSL color Cylindrical-coordinate representation of color #F613F9: hue angle of 299.22º degrees, saturation: 0.95, 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 #F613F9 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 19 | 249 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.02 |
| HSL | 299.22º | 0.95% | 0.53% | - |
| HSV(B) | 299.22º | 0.92% | 0.98% | - |
| XYZ | 55.34 | 26.9 | 91.9 | - |
| YUV | 113.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 249 | 0.01 | 0.92 | 0 | 0.02 | 299.22 | 0.95 | 0.53 |
| Hex | F6 | 13 | F9 | 1 | 5C | 0 | 2 | 12B | 5F | 35 |
| Octal | 366 | 23 | 371 | 1 | 134 | 0 | 2 | 453 | 137 | 65 |
| Binary | 11110110 | 10011 | 11111001 | 1 | 1011100 | 0 | 10 | 100101011 | 1011111 | 110101 |
Color Harmonies of #F613F9
Complementary color
Monochromatic Colors of #F613F9
Black with #F613F9
Text Example
Text Example
White with #F613F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613F9; }
p { color: rgb(246,19,249); }
H1.HeaderClassName
{
color: #F613F9;
}
.AnyTagClassName
{
color: #F613F9;
}
</style>
background-color css
<style>
a { background-color: #F613F9; }
a { background-color: rgb(246,19,249); }
div.DivClassName
{
background-color: #F613F9;
}
.BgClassName
{
background-color: #F613F9;
}
</style>
border-color css
<style>
span { border-color: #F613F9; }
span { border-color: rgb(246,19,249); }
td.TdClassName
{
border-color: #F613F9;
}
.TagClassName
{
border-color: #F613F9;
}
</style>