Shades of Torch Red #F2061A
Tints of Torch Red #F2061A
RGB
CMYK
RGB Variations
Color information
#F2061A (or 0xF2061A) is known color: Torch Red. HEX triplet: F2, 06 and 1A. RGB value is (242,6,26). Sum of RGB (Red+Green+Blue) = 242+6+26=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2061A is #0DF9E5. Grayscale: #4F4F4F. Windows color (decimal): -915942 or 1705714. OLE color: 1705714.
HSL color Cylindrical-coordinate representation of color #F2061A: hue angle of 354.92º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2061A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 26 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.05 |
| HSL | 354.92º | 0.95% | 0.49% | - |
| HSV(B) | 354.92º | 0.98% | 0.95% | - |
| XYZ | 36.87 | 19.08 | 2.72 | - |
| YUV | 78.84 | 98.19 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 26 | 0 | 0.98 | 0.89 | 0.05 | 354.92 | 0.95 | 0.49 |
| Hex | F2 | 6 | 1A | 0 | 62 | 59 | 5 | 163 | 5F | 31 |
| Octal | 362 | 6 | 32 | 0 | 142 | 131 | 5 | 543 | 137 | 61 |
| Binary | 11110010 | 110 | 11010 | 0 | 1100010 | 1011001 | 101 | 101100011 | 1011111 | 110001 |
Color Harmonies of #F2061A
Complementary color
Monochromatic Colors of #F2061A
Black with #F2061A
Text Example
Text Example
White with #F2061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2061A; }
p { color: rgb(242,6,26); }
H1.HeaderClassName
{
color: #F2061A;
}
.AnyTagClassName
{
color: #F2061A;
}
</style>
background-color css
<style>
a { background-color: #F2061A; }
a { background-color: rgb(242,6,26); }
div.DivClassName
{
background-color: #F2061A;
}
.BgClassName
{
background-color: #F2061A;
}
</style>
border-color css
<style>
span { border-color: #F2061A; }
span { border-color: rgb(242,6,26); }
td.TdClassName
{
border-color: #F2061A;
}
.TagClassName
{
border-color: #F2061A;
}
</style>