Shades of Torch Red #F6162A
Tints of Torch Red #F6162A
RGB
CMYK
RGB Variations
Color information
#F6162A (or 0xF6162A) is known color: Torch Red. HEX triplet: F6, 16 and 2A. RGB value is (246,22,42). Sum of RGB (Red+Green+Blue) = 246+22+42=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6162A is #09E9D5. Grayscale: #5B5B5B. Windows color (decimal): -649686 or 2758390. OLE color: 2758390.
HSL color Cylindrical-coordinate representation of color #F6162A: hue angle of 354.64º 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 #F6162A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.04 |
| HSL | 354.64º | 0.93% | 0.53% | - |
| HSV(B) | 354.64º | 0.91% | 0.96% | - |
| XYZ | 38.71 | 20.33 | 4.08 | - |
| YUV | 91.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 42 | 0 | 0.91 | 0.83 | 0.04 | 354.64 | 0.93 | 0.53 |
| Hex | F6 | 16 | 2A | 0 | 5B | 53 | 4 | 163 | 5D | 35 |
| Octal | 366 | 26 | 52 | 0 | 133 | 123 | 4 | 543 | 135 | 65 |
| Binary | 11110110 | 10110 | 101010 | 0 | 1011011 | 1010011 | 100 | 101100011 | 1011101 | 110101 |
Color Harmonies of #F6162A
Complementary color
Monochromatic Colors of #F6162A
Black with #F6162A
Text Example
Text Example
White with #F6162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6162A; }
p { color: rgb(246,22,42); }
H1.HeaderClassName
{
color: #F6162A;
}
.AnyTagClassName
{
color: #F6162A;
}
</style>
background-color css
<style>
a { background-color: #F6162A; }
a { background-color: rgb(246,22,42); }
div.DivClassName
{
background-color: #F6162A;
}
.BgClassName
{
background-color: #F6162A;
}
</style>
border-color css
<style>
span { border-color: #F6162A; }
span { border-color: rgb(246,22,42); }
td.TdClassName
{
border-color: #F6162A;
}
.TagClassName
{
border-color: #F6162A;
}
</style>