Shades of Torch Red #F61141
Tints of Torch Red #F61141
RGB
CMYK
RGB Variations
Color information
#F61141 (or 0xF61141) is known color: Torch Red. HEX triplet: F6, 11 and 41. RGB value is (246,17,65). Sum of RGB (Red+Green+Blue) = 246+17+65=328 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 246 - color contains mainly: red. Hex color #F61141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61141 is #09EEBE. Grayscale: #5A5A5A. Windows color (decimal): -650943 or 4264438. OLE color: 4264438.
HSL color Cylindrical-coordinate representation of color #F61141: hue angle of 347.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61141 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 65 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.04 |
| HSL | 347.42º | 0.93% | 0.52% | - |
| HSV(B) | 347.42º | 0.93% | 0.96% | - |
| XYZ | 39.16 | 20.38 | 6.87 | - |
| YUV | 90.94 | 113.37 | 238.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 65 | 0 | 0.93 | 0.74 | 0.04 | 347.42 | 0.93 | 0.52 |
| Hex | F6 | 11 | 41 | 0 | 5D | 4A | 4 | 15B | 5D | 34 |
| Octal | 366 | 21 | 101 | 0 | 135 | 112 | 4 | 533 | 135 | 64 |
| Binary | 11110110 | 10001 | 1000001 | 0 | 1011101 | 1001010 | 100 | 101011011 | 1011101 | 110100 |
Color Harmonies of #F61141
Complementary color
Monochromatic Colors of #F61141
Black with #F61141
Text Example
Text Example
White with #F61141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61141; }
p { color: rgb(246,17,65); }
H1.HeaderClassName
{
color: #F61141;
}
.AnyTagClassName
{
color: #F61141;
}
</style>
background-color css
<style>
a { background-color: #F61141; }
a { background-color: rgb(246,17,65); }
div.DivClassName
{
background-color: #F61141;
}
.BgClassName
{
background-color: #F61141;
}
</style>
border-color css
<style>
span { border-color: #F61141; }
span { border-color: rgb(246,17,65); }
td.TdClassName
{
border-color: #F61141;
}
.TagClassName
{
border-color: #F61141;
}
</style>