Shades of Torch Red #F20941
Tints of Torch Red #F20941
RGB
CMYK
RGB Variations
Color information
#F20941 (or 0xF20941) is known color: Torch Red. HEX triplet: F2, 09 and 41. RGB value is (242,9,65). Sum of RGB (Red+Green+Blue) = 242+9+65=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F20941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20941 is #0DF6BE. Grayscale: #555555. Windows color (decimal): -915135 or 4262386. OLE color: 4262386.
HSL color Cylindrical-coordinate representation of color #F20941: hue angle of 345.58º 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 #F20941 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 65 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.05 |
| HSL | 345.58º | 0.93% | 0.49% | - |
| HSV(B) | 345.58º | 0.96% | 0.95% | - |
| XYZ | 37.67 | 19.45 | 6.77 | - |
| YUV | 85.05 | 116.69 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 65 | 0 | 0.96 | 0.73 | 0.05 | 345.58 | 0.93 | 0.49 |
| Hex | F2 | 9 | 41 | 0 | 60 | 49 | 5 | 15A | 5D | 31 |
| Octal | 362 | 11 | 101 | 0 | 140 | 111 | 5 | 532 | 135 | 61 |
| Binary | 11110010 | 1001 | 1000001 | 0 | 1100000 | 1001001 | 101 | 101011010 | 1011101 | 110001 |
Color Harmonies of #F20941
Complementary color
Monochromatic Colors of #F20941
Black with #F20941
Text Example
Text Example
White with #F20941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20941; }
p { color: rgb(242,9,65); }
H1.HeaderClassName
{
color: #F20941;
}
.AnyTagClassName
{
color: #F20941;
}
</style>
background-color css
<style>
a { background-color: #F20941; }
a { background-color: rgb(242,9,65); }
div.DivClassName
{
background-color: #F20941;
}
.BgClassName
{
background-color: #F20941;
}
</style>
border-color css
<style>
span { border-color: #F20941; }
span { border-color: rgb(242,9,65); }
td.TdClassName
{
border-color: #F20941;
}
.TagClassName
{
border-color: #F20941;
}
</style>