Shades of Torch Red #F61039
Tints of Torch Red #F61039
RGB
CMYK
RGB Variations
Color information
#F61039 (or 0xF61039) is known color: Torch Red. HEX triplet: F6, 10 and 39. RGB value is (246,16,57). Sum of RGB (Red+Green+Blue) = 246+16+57=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F61039 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61039 is #09EFC6. Grayscale: #595959. Windows color (decimal): -651207 or 3739894. OLE color: 3739894.
HSL color Cylindrical-coordinate representation of color #F61039: hue angle of 349.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61039 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 57 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.04 |
| HSL | 349.3º | 0.93% | 0.51% | - |
| HSV(B) | 349.3º | 0.93% | 0.96% | - |
| XYZ | 38.93 | 20.26 | 5.73 | - |
| YUV | 89.44 | 109.7 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 57 | 0 | 0.93 | 0.77 | 0.04 | 349.3 | 0.93 | 0.51 |
| Hex | F6 | 10 | 39 | 0 | 5D | 4D | 4 | 15D | 5D | 33 |
| Octal | 366 | 20 | 71 | 0 | 135 | 115 | 4 | 535 | 135 | 63 |
| Binary | 11110110 | 10000 | 111001 | 0 | 1011101 | 1001101 | 100 | 101011101 | 1011101 | 110011 |
Color Harmonies of #F61039
Complementary color
Monochromatic Colors of #F61039
Black with #F61039
Text Example
Text Example
White with #F61039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61039; }
p { color: rgb(246,16,57); }
H1.HeaderClassName
{
color: #F61039;
}
.AnyTagClassName
{
color: #F61039;
}
</style>
background-color css
<style>
a { background-color: #F61039; }
a { background-color: rgb(246,16,57); }
div.DivClassName
{
background-color: #F61039;
}
.BgClassName
{
background-color: #F61039;
}
</style>
border-color css
<style>
span { border-color: #F61039; }
span { border-color: rgb(246,16,57); }
td.TdClassName
{
border-color: #F61039;
}
.TagClassName
{
border-color: #F61039;
}
</style>