Shades of Torch Red #F20740
Tints of Torch Red #F20740
RGB
CMYK
RGB Variations
Color information
#F20740 (or 0xF20740) is known color: Torch Red. HEX triplet: F2, 07 and 40. RGB value is (242,7,64). Sum of RGB (Red+Green+Blue) = 242+7+64=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F20740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20740 is #0DF8BF. Grayscale: #535353. Windows color (decimal): -915648 or 4196338. OLE color: 4196338.
HSL color Cylindrical-coordinate representation of color #F20740: hue angle of 345.45º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20740 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.05 |
| HSL | 345.45º | 0.94% | 0.49% | - |
| HSV(B) | 345.45º | 0.97% | 0.95% | - |
| XYZ | 37.62 | 19.4 | 6.61 | - |
| YUV | 83.76 | 116.86 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 64 | 0 | 0.97 | 0.74 | 0.05 | 345.45 | 0.94 | 0.49 |
| Hex | F2 | 7 | 40 | 0 | 61 | 4A | 5 | 159 | 5E | 31 |
| Octal | 362 | 7 | 100 | 0 | 141 | 112 | 5 | 531 | 136 | 61 |
| Binary | 11110010 | 111 | 1000000 | 0 | 1100001 | 1001010 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F20740
Complementary color
Monochromatic Colors of #F20740
Black with #F20740
Text Example
Text Example
White with #F20740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20740; }
p { color: rgb(242,7,64); }
H1.HeaderClassName
{
color: #F20740;
}
.AnyTagClassName
{
color: #F20740;
}
</style>
background-color css
<style>
a { background-color: #F20740; }
a { background-color: rgb(242,7,64); }
div.DivClassName
{
background-color: #F20740;
}
.BgClassName
{
background-color: #F20740;
}
</style>
border-color css
<style>
span { border-color: #F20740; }
span { border-color: rgb(242,7,64); }
td.TdClassName
{
border-color: #F20740;
}
.TagClassName
{
border-color: #F20740;
}
</style>