Shades of Torch Red #F41346
Tints of Torch Red #F41346
RGB
CMYK
RGB Variations
Color information
#F41346 (or 0xF41346) is known color: Torch Red. HEX triplet: F4, 13 and 46. RGB value is (244,19,70). Sum of RGB (Red+Green+Blue) = 244+19+70=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F41346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41346 is #0BECB9. Grayscale: #5C5C5C. Windows color (decimal): -781498 or 4592628. OLE color: 4592628.
HSL color Cylindrical-coordinate representation of color #F41346: hue angle of 346.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41346 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 70 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.04 |
| HSL | 346.4º | 0.91% | 0.52% | - |
| HSV(B) | 346.4º | 0.92% | 0.96% | - |
| XYZ | 38.65 | 20.14 | 7.65 | - |
| YUV | 92.09 | 115.54 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 70 | 0 | 0.92 | 0.71 | 0.04 | 346.4 | 0.91 | 0.52 |
| Hex | F4 | 13 | 46 | 0 | 5C | 47 | 4 | 15A | 5B | 34 |
| Octal | 364 | 23 | 106 | 0 | 134 | 107 | 4 | 532 | 133 | 64 |
| Binary | 11110100 | 10011 | 1000110 | 0 | 1011100 | 1000111 | 100 | 101011010 | 1011011 | 110100 |
Color Harmonies of #F41346
Complementary color
Monochromatic Colors of #F41346
Black with #F41346
Text Example
Text Example
White with #F41346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41346; }
p { color: rgb(244,19,70); }
H1.HeaderClassName
{
color: #F41346;
}
.AnyTagClassName
{
color: #F41346;
}
</style>
background-color css
<style>
a { background-color: #F41346; }
a { background-color: rgb(244,19,70); }
div.DivClassName
{
background-color: #F41346;
}
.BgClassName
{
background-color: #F41346;
}
</style>
border-color css
<style>
span { border-color: #F41346; }
span { border-color: rgb(244,19,70); }
td.TdClassName
{
border-color: #F41346;
}
.TagClassName
{
border-color: #F41346;
}
</style>