Shades of Torch Red #F20844
Tints of Torch Red #F20844
RGB
CMYK
RGB Variations
Color information
#F20844 (or 0xF20844) is known color: Torch Red. HEX triplet: F2, 08 and 44. RGB value is (242,8,68). Sum of RGB (Red+Green+Blue) = 242+8+68=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F20844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20844 is #0DF7BB. Grayscale: #545454. Windows color (decimal): -915388 or 4458738. OLE color: 4458738.
HSL color Cylindrical-coordinate representation of color #F20844: hue angle of 344.62º 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 #F20844 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 68 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.05 |
| HSL | 344.62º | 0.94% | 0.49% | - |
| HSV(B) | 344.62º | 0.97% | 0.95% | - |
| XYZ | 37.75 | 19.47 | 7.24 | - |
| YUV | 84.81 | 118.52 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 68 | 0 | 0.97 | 0.72 | 0.05 | 344.62 | 0.94 | 0.49 |
| Hex | F2 | 8 | 44 | 0 | 61 | 48 | 5 | 159 | 5E | 31 |
| Octal | 362 | 10 | 104 | 0 | 141 | 110 | 5 | 531 | 136 | 61 |
| Binary | 11110010 | 1000 | 1000100 | 0 | 1100001 | 1001000 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F20844
Complementary color
Monochromatic Colors of #F20844
Black with #F20844
Text Example
Text Example
White with #F20844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20844; }
p { color: rgb(242,8,68); }
H1.HeaderClassName
{
color: #F20844;
}
.AnyTagClassName
{
color: #F20844;
}
</style>
background-color css
<style>
a { background-color: #F20844; }
a { background-color: rgb(242,8,68); }
div.DivClassName
{
background-color: #F20844;
}
.BgClassName
{
background-color: #F20844;
}
</style>
border-color css
<style>
span { border-color: #F20844; }
span { border-color: rgb(242,8,68); }
td.TdClassName
{
border-color: #F20844;
}
.TagClassName
{
border-color: #F20844;
}
</style>