Shades of Torch Red #F01145
Tints of Torch Red #F01145
RGB
CMYK
RGB Variations
Color information
#F01145 (or 0xF01145) is known color: Torch Red. HEX triplet: F0, 11 and 45. RGB value is (240,17,69). Sum of RGB (Red+Green+Blue) = 240+17+69=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F01145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01145 is #0FEEBA. Grayscale: #595959. Windows color (decimal): -1044155 or 4526576. OLE color: 4526576.
HSL color Cylindrical-coordinate representation of color #F01145: hue angle of 346.01º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01145 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.06 |
| HSL | 346.01º | 0.88% | 0.5% | - |
| HSV(B) | 346.01º | 0.93% | 0.94% | - |
| XYZ | 37.21 | 19.36 | 7.41 | - |
| YUV | 89.61 | 116.38 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 69 | 0 | 0.93 | 0.71 | 0.06 | 346.01 | 0.88 | 0.5 |
| Hex | F0 | 11 | 45 | 0 | 5D | 47 | 6 | 15A | 58 | 32 |
| Octal | 360 | 21 | 105 | 0 | 135 | 107 | 6 | 532 | 130 | 62 |
| Binary | 11110000 | 10001 | 1000101 | 0 | 1011101 | 1000111 | 110 | 101011010 | 1011000 | 110010 |
Color Harmonies of #F01145
Complementary color
Monochromatic Colors of #F01145
Black with #F01145
Text Example
Text Example
White with #F01145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01145; }
p { color: rgb(240,17,69); }
H1.HeaderClassName
{
color: #F01145;
}
.AnyTagClassName
{
color: #F01145;
}
</style>
background-color css
<style>
a { background-color: #F01145; }
a { background-color: rgb(240,17,69); }
div.DivClassName
{
background-color: #F01145;
}
.BgClassName
{
background-color: #F01145;
}
</style>
border-color css
<style>
span { border-color: #F01145; }
span { border-color: rgb(240,17,69); }
td.TdClassName
{
border-color: #F01145;
}
.TagClassName
{
border-color: #F01145;
}
</style>