Shades of Torch Red #F41145
Tints of Torch Red #F41145
RGB
CMYK
RGB Variations
Color information
#F41145 (or 0xF41145) is known color: Torch Red. HEX triplet: F4, 11 and 45. RGB value is (244,17,69). Sum of RGB (Red+Green+Blue) = 244+17+69=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F41145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41145 is #0BEEBA. Grayscale: #5A5A5A. Windows color (decimal): -782011 or 4526580. OLE color: 4526580.
HSL color Cylindrical-coordinate representation of color #F41145: hue angle of 346.26º degrees, saturation: 0.91, 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 #F41145 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.04 |
| HSL | 346.26º | 0.91% | 0.51% | - |
| HSV(B) | 346.26º | 0.93% | 0.96% | - |
| XYZ | 38.58 | 20.06 | 7.47 | - |
| YUV | 90.8 | 115.71 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 69 | 0 | 0.93 | 0.72 | 0.04 | 346.26 | 0.91 | 0.51 |
| Hex | F4 | 11 | 45 | 0 | 5D | 48 | 4 | 15A | 5B | 33 |
| Octal | 364 | 21 | 105 | 0 | 135 | 110 | 4 | 532 | 133 | 63 |
| Binary | 11110100 | 10001 | 1000101 | 0 | 1011101 | 1001000 | 100 | 101011010 | 1011011 | 110011 |
Color Harmonies of #F41145
Complementary color
Monochromatic Colors of #F41145
Black with #F41145
Text Example
Text Example
White with #F41145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41145; }
p { color: rgb(244,17,69); }
H1.HeaderClassName
{
color: #F41145;
}
.AnyTagClassName
{
color: #F41145;
}
</style>
background-color css
<style>
a { background-color: #F41145; }
a { background-color: rgb(244,17,69); }
div.DivClassName
{
background-color: #F41145;
}
.BgClassName
{
background-color: #F41145;
}
</style>
border-color css
<style>
span { border-color: #F41145; }
span { border-color: rgb(244,17,69); }
td.TdClassName
{
border-color: #F41145;
}
.TagClassName
{
border-color: #F41145;
}
</style>