Shades of Torch Red #F20447
Tints of Torch Red #F20447
RGB
CMYK
RGB Variations
Color information
#F20447 (or 0xF20447) is known color: Torch Red. HEX triplet: F2, 04 and 47. RGB value is (242,4,71). Sum of RGB (Red+Green+Blue) = 242+4+71=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F20447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20447 is #0DFBB8. Grayscale: #525252. Windows color (decimal): -916409 or 4654322. OLE color: 4654322.
HSL color Cylindrical-coordinate representation of color #F20447: hue angle of 343.11º degrees, saturation: 0.97, 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 #F20447 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.11º | 0.97% | 0.48% | - |
| HSV(B) | 343.11º | 0.98% | 0.95% | - |
| XYZ | 37.8 | 19.42 | 7.72 | - |
| YUV | 82.8 | 121.35 | 241.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 71 | 0 | 0.98 | 0.71 | 0.05 | 343.11 | 0.97 | 0.48 |
| Hex | F2 | 4 | 47 | 0 | 62 | 47 | 5 | 157 | 61 | 30 |
| Octal | 362 | 4 | 107 | 0 | 142 | 107 | 5 | 527 | 141 | 60 |
| Binary | 11110010 | 100 | 1000111 | 0 | 1100010 | 1000111 | 101 | 101010111 | 1100001 | 110000 |
Color Harmonies of #F20447
Complementary color
Monochromatic Colors of #F20447
Black with #F20447
Text Example
Text Example
White with #F20447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20447; }
p { color: rgb(242,4,71); }
H1.HeaderClassName
{
color: #F20447;
}
.AnyTagClassName
{
color: #F20447;
}
</style>
background-color css
<style>
a { background-color: #F20447; }
a { background-color: rgb(242,4,71); }
div.DivClassName
{
background-color: #F20447;
}
.BgClassName
{
background-color: #F20447;
}
</style>
border-color css
<style>
span { border-color: #F20447; }
span { border-color: rgb(242,4,71); }
td.TdClassName
{
border-color: #F20447;
}
.TagClassName
{
border-color: #F20447;
}
</style>