Shades of Torch Red #F20445
Tints of Torch Red #F20445
RGB
CMYK
RGB Variations
Color information
#F20445 (or 0xF20445) is known color: Torch Red. HEX triplet: F2, 04 and 45. RGB value is (242,4,69). Sum of RGB (Red+Green+Blue) = 242+4+69=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F20445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20445 is #0DFBBA. Grayscale: #525252. Windows color (decimal): -916411 or 4523250. OLE color: 4523250.
HSL color Cylindrical-coordinate representation of color #F20445: hue angle of 343.61º 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 #F20445 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.05 |
| HSL | 343.61º | 0.97% | 0.48% | - |
| HSV(B) | 343.61º | 0.98% | 0.95% | - |
| XYZ | 37.74 | 19.39 | 7.38 | - |
| YUV | 82.57 | 120.35 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 69 | 0 | 0.98 | 0.71 | 0.05 | 343.61 | 0.97 | 0.48 |
| Hex | F2 | 4 | 45 | 0 | 62 | 47 | 5 | 158 | 61 | 30 |
| Octal | 362 | 4 | 105 | 0 | 142 | 107 | 5 | 530 | 141 | 60 |
| Binary | 11110010 | 100 | 1000101 | 0 | 1100010 | 1000111 | 101 | 101011000 | 1100001 | 110000 |
Color Harmonies of #F20445
Complementary color
Monochromatic Colors of #F20445
Black with #F20445
Text Example
Text Example
White with #F20445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20445; }
p { color: rgb(242,4,69); }
H1.HeaderClassName
{
color: #F20445;
}
.AnyTagClassName
{
color: #F20445;
}
</style>
background-color css
<style>
a { background-color: #F20445; }
a { background-color: rgb(242,4,69); }
div.DivClassName
{
background-color: #F20445;
}
.BgClassName
{
background-color: #F20445;
}
</style>
border-color css
<style>
span { border-color: #F20445; }
span { border-color: rgb(242,4,69); }
td.TdClassName
{
border-color: #F20445;
}
.TagClassName
{
border-color: #F20445;
}
</style>