Shades of Magenta #F613F6
Tints of Magenta #F613F6
RGB
CMYK
RGB Variations
Color information
#F613F6 (or 0xF613F6) is known color: Magenta. HEX triplet: F6, 13 and F6. RGB value is (246,19,246). Sum of RGB (Red+Green+Blue) = 246+19+246=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 19 (7.81% from 255 or 3.72% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F613F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F613F6 is #09EC09. Grayscale: #707070. Windows color (decimal): -650250 or 16126966. OLE color: 16126966.
HSL color Cylindrical-coordinate representation of color #F613F6: hue angle of 300º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F613F6 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 246 | - |
| CMYK | 0 | 0.92 | 0 | 0.04 |
| HSL | 300º | 0.93% | 0.52% | - |
| HSV(B) | 300º | 0.92% | 0.96% | - |
| XYZ | 54.87 | 26.71 | 89.45 | - |
| YUV | 112.75 | 203.21 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 246 | 0 | 0.92 | 0 | 0.04 | 300 | 0.93 | 0.52 |
| Hex | F6 | 13 | F6 | 0 | 5C | 0 | 4 | 12C | 5D | 34 |
| Octal | 366 | 23 | 366 | 0 | 134 | 0 | 4 | 454 | 135 | 64 |
| Binary | 11110110 | 10011 | 11110110 | 0 | 1011100 | 0 | 100 | 100101100 | 1011101 | 110100 |
Color Harmonies of #F613F6
Complementary color
Monochromatic Colors of #F613F6
Black with #F613F6
Text Example
Text Example
White with #F613F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F613F6; }
p { color: rgb(246,19,246); }
H1.HeaderClassName
{
color: #F613F6;
}
.AnyTagClassName
{
color: #F613F6;
}
</style>
background-color css
<style>
a { background-color: #F613F6; }
a { background-color: rgb(246,19,246); }
div.DivClassName
{
background-color: #F613F6;
}
.BgClassName
{
background-color: #F613F6;
}
</style>
border-color css
<style>
span { border-color: #F613F6; }
span { border-color: rgb(246,19,246); }
td.TdClassName
{
border-color: #F613F6;
}
.TagClassName
{
border-color: #F613F6;
}
</style>