Shades of Torch Red #F2093F
Tints of Torch Red #F2093F
RGB
CMYK
RGB Variations
Color information
#F2093F (or 0xF2093F) is known color: Torch Red. HEX triplet: F2, 09 and 3F. RGB value is (242,9,63). Sum of RGB (Red+Green+Blue) = 242+9+63=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F2093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2093F is #0DF6C0. Grayscale: #545454. Windows color (decimal): -915137 or 4131314. OLE color: 4131314.
HSL color Cylindrical-coordinate representation of color #F2093F: hue angle of 346.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2093F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.05 |
| HSL | 346.09º | 0.93% | 0.49% | - |
| HSV(B) | 346.09º | 0.96% | 0.95% | - |
| XYZ | 37.61 | 19.43 | 6.47 | - |
| YUV | 84.82 | 115.69 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 63 | 0 | 0.96 | 0.74 | 0.05 | 346.09 | 0.93 | 0.49 |
| Hex | F2 | 9 | 3F | 0 | 60 | 4A | 5 | 15A | 5D | 31 |
| Octal | 362 | 11 | 77 | 0 | 140 | 112 | 5 | 532 | 135 | 61 |
| Binary | 11110010 | 1001 | 111111 | 0 | 1100000 | 1001010 | 101 | 101011010 | 1011101 | 110001 |
Color Harmonies of #F2093F
Complementary color
Monochromatic Colors of #F2093F
Black with #F2093F
Text Example
Text Example
White with #F2093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2093F; }
p { color: rgb(242,9,63); }
H1.HeaderClassName
{
color: #F2093F;
}
.AnyTagClassName
{
color: #F2093F;
}
</style>
background-color css
<style>
a { background-color: #F2093F; }
a { background-color: rgb(242,9,63); }
div.DivClassName
{
background-color: #F2093F;
}
.BgClassName
{
background-color: #F2093F;
}
</style>
border-color css
<style>
span { border-color: #F2093F; }
span { border-color: rgb(242,9,63); }
td.TdClassName
{
border-color: #F2093F;
}
.TagClassName
{
border-color: #F2093F;
}
</style>