Shades of Torch Red #F20940
Tints of Torch Red #F20940
RGB
CMYK
RGB Variations
Color information
#F20940 (or 0xF20940) is known color: Torch Red. HEX triplet: F2, 09 and 40. RGB value is (242,9,64). Sum of RGB (Red+Green+Blue) = 242+9+64=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20940 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20940 is #0DF6BF. Grayscale: #545454. Windows color (decimal): -915136 or 4196850. OLE color: 4196850.
HSL color Cylindrical-coordinate representation of color #F20940: hue angle of 345.84º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20940 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 64 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 345.84º | 0.93% | 0.49% | - |
| HSV(B) | 345.84º | 0.96% | 0.95% | - |
| XYZ | 37.64 | 19.44 | 6.62 | - |
| YUV | 84.94 | 116.19 | 240.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 64 | 0 | 0.96 | 0.74 | 0.05 | 345.84 | 0.93 | 0.49 |
| Hex | F2 | 9 | 40 | 0 | 60 | 4A | 5 | 15A | 5D | 31 |
| Octal | 362 | 11 | 100 | 0 | 140 | 112 | 5 | 532 | 135 | 61 |
| Binary | 11110010 | 1001 | 1000000 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011101 | 110001 |
Color Harmonies of #F20940
Complementary color
Monochromatic Colors of #F20940
Black with #F20940
Text Example
Text Example
White with #F20940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20940; }
p { color: rgb(242,9,64); }
H1.HeaderClassName
{
color: #F20940;
}
.AnyTagClassName
{
color: #F20940;
}
</style>
background-color css
<style>
a { background-color: #F20940; }
a { background-color: rgb(242,9,64); }
div.DivClassName
{
background-color: #F20940;
}
.BgClassName
{
background-color: #F20940;
}
</style>
border-color css
<style>
span { border-color: #F20940; }
span { border-color: rgb(242,9,64); }
td.TdClassName
{
border-color: #F20940;
}
.TagClassName
{
border-color: #F20940;
}
</style>