Shades of Torch Red #F2042F
Tints of Torch Red #F2042F
RGB
CMYK
RGB Variations
Color information
#F2042F (or 0xF2042F) is known color: Torch Red. HEX triplet: F2, 04 and 2F. RGB value is (242,4,47). Sum of RGB (Red+Green+Blue) = 242+4+47=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2042F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2042F is #0DFBD0. Grayscale: #505050. Windows color (decimal): -916433 or 3081458. OLE color: 3081458.
HSL color Cylindrical-coordinate representation of color #F2042F: hue angle of 349.16º 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 #F2042F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 47 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.05 |
| HSL | 349.16º | 0.97% | 0.48% | - |
| HSV(B) | 349.16º | 0.98% | 0.95% | - |
| XYZ | 37.17 | 19.17 | 4.43 | - |
| YUV | 80.06 | 109.35 | 243.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 47 | 0 | 0.98 | 0.81 | 0.05 | 349.16 | 0.97 | 0.48 |
| Hex | F2 | 4 | 2F | 0 | 62 | 51 | 5 | 15D | 61 | 30 |
| Octal | 362 | 4 | 57 | 0 | 142 | 121 | 5 | 535 | 141 | 60 |
| Binary | 11110010 | 100 | 101111 | 0 | 1100010 | 1010001 | 101 | 101011101 | 1100001 | 110000 |
Color Harmonies of #F2042F
Complementary color
Monochromatic Colors of #F2042F
Black with #F2042F
Text Example
Text Example
White with #F2042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2042F; }
p { color: rgb(242,4,47); }
H1.HeaderClassName
{
color: #F2042F;
}
.AnyTagClassName
{
color: #F2042F;
}
</style>
background-color css
<style>
a { background-color: #F2042F; }
a { background-color: rgb(242,4,47); }
div.DivClassName
{
background-color: #F2042F;
}
.BgClassName
{
background-color: #F2042F;
}
</style>
border-color css
<style>
span { border-color: #F2042F; }
span { border-color: rgb(242,4,47); }
td.TdClassName
{
border-color: #F2042F;
}
.TagClassName
{
border-color: #F2042F;
}
</style>