Shades of Torch Red #F20441
Tints of Torch Red #F20441
RGB
CMYK
RGB Variations
Color information
#F20441 (or 0xF20441) is known color: Torch Red. HEX triplet: F2, 04 and 41. RGB value is (242,4,65). Sum of RGB (Red+Green+Blue) = 242+4+65=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F20441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20441 is #0DFBBE. Grayscale: #525252. Windows color (decimal): -916415 or 4261106. OLE color: 4261106.
HSL color Cylindrical-coordinate representation of color #F20441: hue angle of 344.62º 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 #F20441 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.05 |
| HSL | 344.62º | 0.97% | 0.48% | - |
| HSV(B) | 344.62º | 0.98% | 0.95% | - |
| XYZ | 37.62 | 19.35 | 6.75 | - |
| YUV | 82.12 | 118.35 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 65 | 0 | 0.98 | 0.73 | 0.05 | 344.62 | 0.97 | 0.48 |
| Hex | F2 | 4 | 41 | 0 | 62 | 49 | 5 | 159 | 61 | 30 |
| Octal | 362 | 4 | 101 | 0 | 142 | 111 | 5 | 531 | 141 | 60 |
| Binary | 11110010 | 100 | 1000001 | 0 | 1100010 | 1001001 | 101 | 101011001 | 1100001 | 110000 |
Color Harmonies of #F20441
Complementary color
Monochromatic Colors of #F20441
Black with #F20441
Text Example
Text Example
White with #F20441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20441; }
p { color: rgb(242,4,65); }
H1.HeaderClassName
{
color: #F20441;
}
.AnyTagClassName
{
color: #F20441;
}
</style>
background-color css
<style>
a { background-color: #F20441; }
a { background-color: rgb(242,4,65); }
div.DivClassName
{
background-color: #F20441;
}
.BgClassName
{
background-color: #F20441;
}
</style>
border-color css
<style>
span { border-color: #F20441; }
span { border-color: rgb(242,4,65); }
td.TdClassName
{
border-color: #F20441;
}
.TagClassName
{
border-color: #F20441;
}
</style>