Shades of Torch Red #F6163B
Tints of Torch Red #F6163B
RGB
CMYK
RGB Variations
Color information
#F6163B (or 0xF6163B) is known color: Torch Red. HEX triplet: F6, 16 and 3B. RGB value is (246,22,59). Sum of RGB (Red+Green+Blue) = 246+22+59=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F6163B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6163B is #09E9C4. Grayscale: #5D5D5D. Windows color (decimal): -649669 or 3872502. OLE color: 3872502.
HSL color Cylindrical-coordinate representation of color #F6163B: hue angle of 350.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6163B is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 59 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.04 |
| HSL | 350.09º | 0.93% | 0.53% | - |
| HSV(B) | 350.09º | 0.91% | 0.96% | - |
| XYZ | 39.08 | 20.48 | 6.03 | - |
| YUV | 93.19 | 108.71 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 59 | 0 | 0.91 | 0.76 | 0.04 | 350.09 | 0.93 | 0.53 |
| Hex | F6 | 16 | 3B | 0 | 5B | 4C | 4 | 15E | 5D | 35 |
| Octal | 366 | 26 | 73 | 0 | 133 | 114 | 4 | 536 | 135 | 65 |
| Binary | 11110110 | 10110 | 111011 | 0 | 1011011 | 1001100 | 100 | 101011110 | 1011101 | 110101 |
Color Harmonies of #F6163B
Complementary color
Monochromatic Colors of #F6163B
Black with #F6163B
Text Example
Text Example
White with #F6163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6163B; }
p { color: rgb(246,22,59); }
H1.HeaderClassName
{
color: #F6163B;
}
.AnyTagClassName
{
color: #F6163B;
}
</style>
background-color css
<style>
a { background-color: #F6163B; }
a { background-color: rgb(246,22,59); }
div.DivClassName
{
background-color: #F6163B;
}
.BgClassName
{
background-color: #F6163B;
}
</style>
border-color css
<style>
span { border-color: #F6163B; }
span { border-color: rgb(246,22,59); }
td.TdClassName
{
border-color: #F6163B;
}
.TagClassName
{
border-color: #F6163B;
}
</style>