Shades of Torch Red #F20843
Tints of Torch Red #F20843
RGB
CMYK
RGB Variations
Color information
#F20843 (or 0xF20843) is known color: Torch Red. HEX triplet: F2, 08 and 43. RGB value is (242,8,67). Sum of RGB (Red+Green+Blue) = 242+8+67=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F20843 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20843 is #0DF7BC. Grayscale: #545454. Windows color (decimal): -915389 or 4393202. OLE color: 4393202.
HSL color Cylindrical-coordinate representation of color #F20843: hue angle of 344.87º 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 #F20843 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 67 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.05 |
| HSL | 344.87º | 0.94% | 0.49% | - |
| HSV(B) | 344.87º | 0.97% | 0.95% | - |
| XYZ | 37.72 | 19.46 | 7.08 | - |
| YUV | 84.69 | 118.02 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 67 | 0 | 0.97 | 0.72 | 0.05 | 344.87 | 0.94 | 0.49 |
| Hex | F2 | 8 | 43 | 0 | 61 | 48 | 5 | 159 | 5E | 31 |
| Octal | 362 | 10 | 103 | 0 | 141 | 110 | 5 | 531 | 136 | 61 |
| Binary | 11110010 | 1000 | 1000011 | 0 | 1100001 | 1001000 | 101 | 101011001 | 1011110 | 110001 |
Color Harmonies of #F20843
Complementary color
Monochromatic Colors of #F20843
Black with #F20843
Text Example
Text Example
White with #F20843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20843; }
p { color: rgb(242,8,67); }
H1.HeaderClassName
{
color: #F20843;
}
.AnyTagClassName
{
color: #F20843;
}
</style>
background-color css
<style>
a { background-color: #F20843; }
a { background-color: rgb(242,8,67); }
div.DivClassName
{
background-color: #F20843;
}
.BgClassName
{
background-color: #F20843;
}
</style>
border-color css
<style>
span { border-color: #F20843; }
span { border-color: rgb(242,8,67); }
td.TdClassName
{
border-color: #F20843;
}
.TagClassName
{
border-color: #F20843;
}
</style>