Shades of Torch Red #F20841
Tints of Torch Red #F20841
RGB
CMYK
RGB Variations
Color information
#F20841 (or 0xF20841) is known color: Torch Red. HEX triplet: F2, 08 and 41. RGB value is (242,8,65). Sum of RGB (Red+Green+Blue) = 242+8+65=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20841 is #0DF7BE. Grayscale: #545454. Windows color (decimal): -915391 or 4262130. OLE color: 4262130.
HSL color Cylindrical-coordinate representation of color #F20841: hue angle of 345.38º 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 #F20841 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 65 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.05 |
| HSL | 345.38º | 0.94% | 0.49% | - |
| HSV(B) | 345.38º | 0.97% | 0.95% | - |
| XYZ | 37.66 | 19.43 | 6.77 | - |
| YUV | 84.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 65 | 0 | 0.97 | 0.73 | 0.05 | 345.38 | 0.94 | 0.49 |
| Hex | F2 | 8 | 41 | 0 | 61 | 49 | 5 | 159 | 5E | 31 |
| Octal | 362 | 10 | 101 | 0 | 141 | 111 | 5 | 531 | 136 | 61 |
| Binary | 11110010 | 1000 | 1000001 | 0 | 1100001 | 1001001 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F20841
Complementary color
Monochromatic Colors of #F20841
Black with #F20841
Text Example
Text Example
White with #F20841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20841; }
p { color: rgb(242,8,65); }
H1.HeaderClassName
{
color: #F20841;
}
.AnyTagClassName
{
color: #F20841;
}
</style>
background-color css
<style>
a { background-color: #F20841; }
a { background-color: rgb(242,8,65); }
div.DivClassName
{
background-color: #F20841;
}
.BgClassName
{
background-color: #F20841;
}
</style>
border-color css
<style>
span { border-color: #F20841; }
span { border-color: rgb(242,8,65); }
td.TdClassName
{
border-color: #F20841;
}
.TagClassName
{
border-color: #F20841;
}
</style>