Shades of Torch Red #F6082F
Tints of Torch Red #F6082F
RGB
CMYK
RGB Variations
Color information
#F6082F (or 0xF6082F) is known color: Torch Red. HEX triplet: F6, 08 and 2F. RGB value is (246,8,47). Sum of RGB (Red+Green+Blue) = 246+8+47=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F6082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6082F is #09F7D0. Grayscale: #535353. Windows color (decimal): -653265 or 3082486. OLE color: 3082486.
HSL color Cylindrical-coordinate representation of color #F6082F: hue angle of 350.17º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6082F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.04 |
| HSL | 350.17º | 0.94% | 0.5% | - |
| HSV(B) | 350.17º | 0.97% | 0.96% | - |
| XYZ | 38.61 | 19.97 | 4.51 | - |
| YUV | 83.61 | 107.35 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 8 | 47 | 0 | 0.97 | 0.81 | 0.04 | 350.17 | 0.94 | 0.5 |
| Hex | F6 | 8 | 2F | 0 | 61 | 51 | 4 | 15E | 5E | 32 |
| Octal | 366 | 10 | 57 | 0 | 141 | 121 | 4 | 536 | 136 | 62 |
| Binary | 11110110 | 1000 | 101111 | 0 | 1100001 | 1010001 | 100 | 101011110 | 1011110 | 110010 |
Color Harmonies of #F6082F
Complementary color
Monochromatic Colors of #F6082F
Black with #F6082F
Text Example
Text Example
White with #F6082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6082F; }
p { color: rgb(246,8,47); }
H1.HeaderClassName
{
color: #F6082F;
}
.AnyTagClassName
{
color: #F6082F;
}
</style>
background-color css
<style>
a { background-color: #F6082F; }
a { background-color: rgb(246,8,47); }
div.DivClassName
{
background-color: #F6082F;
}
.BgClassName
{
background-color: #F6082F;
}
</style>
border-color css
<style>
span { border-color: #F6082F; }
span { border-color: rgb(246,8,47); }
td.TdClassName
{
border-color: #F6082F;
}
.TagClassName
{
border-color: #F6082F;
}
</style>