Shades of Torch Red #F20547
Tints of Torch Red #F20547
RGB
CMYK
RGB Variations
Color information
#F20547 (or 0xF20547) is known color: Torch Red. HEX triplet: F2, 05 and 47. RGB value is (242,5,71). Sum of RGB (Red+Green+Blue) = 242+5+71=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F20547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20547 is #0DFAB8. Grayscale: #535353. Windows color (decimal): -916153 or 4654578. OLE color: 4654578.
HSL color Cylindrical-coordinate representation of color #F20547: hue angle of 343.29º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20547 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.29º | 0.96% | 0.48% | - |
| HSV(B) | 343.29º | 0.98% | 0.95% | - |
| XYZ | 37.81 | 19.44 | 7.72 | - |
| YUV | 83.39 | 121.02 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 71 | 0 | 0.98 | 0.71 | 0.05 | 343.29 | 0.96 | 0.48 |
| Hex | F2 | 5 | 47 | 0 | 62 | 47 | 5 | 157 | 60 | 30 |
| Octal | 362 | 5 | 107 | 0 | 142 | 107 | 5 | 527 | 140 | 60 |
| Binary | 11110010 | 101 | 1000111 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100000 | 110000 |
Color Harmonies of #F20547
Complementary color
Monochromatic Colors of #F20547
Black with #F20547
Text Example
Text Example
White with #F20547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20547; }
p { color: rgb(242,5,71); }
H1.HeaderClassName
{
color: #F20547;
}
.AnyTagClassName
{
color: #F20547;
}
</style>
background-color css
<style>
a { background-color: #F20547; }
a { background-color: rgb(242,5,71); }
div.DivClassName
{
background-color: #F20547;
}
.BgClassName
{
background-color: #F20547;
}
</style>
border-color css
<style>
span { border-color: #F20547; }
span { border-color: rgb(242,5,71); }
td.TdClassName
{
border-color: #F20547;
}
.TagClassName
{
border-color: #F20547;
}
</style>