Shades of Torch Red #F2060F
Tints of Torch Red #F2060F
RGB
CMYK
RGB Variations
Color information
#F2060F (or 0xF2060F) is known color: Torch Red. HEX triplet: F2, 06 and 0F. RGB value is (242,6,15). Sum of RGB (Red+Green+Blue) = 242+6+15=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F2060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2060F is #0DF9F0. Grayscale: #4D4D4D. Windows color (decimal): -915953 or 984818. OLE color: 984818.
HSL color Cylindrical-coordinate representation of color #F2060F: hue angle of 357.71º 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 #F2060F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.05 |
| HSL | 357.71º | 0.95% | 0.49% | - |
| HSV(B) | 357.71º | 0.98% | 0.95% | - |
| XYZ | 36.77 | 19.04 | 2.19 | - |
| YUV | 77.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 15 | 0 | 0.98 | 0.94 | 0.05 | 357.71 | 0.95 | 0.49 |
| Hex | F2 | 6 | F | 0 | 62 | 5E | 5 | 166 | 5F | 31 |
| Octal | 362 | 6 | 17 | 0 | 142 | 136 | 5 | 546 | 137 | 61 |
| Binary | 11110010 | 110 | 1111 | 0 | 1100010 | 1011110 | 101 | 101100110 | 1011111 | 110001 |
Color Harmonies of #F2060F
Complementary color
Monochromatic Colors of #F2060F
Black with #F2060F
Text Example
Text Example
White with #F2060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2060F; }
p { color: rgb(242,6,15); }
H1.HeaderClassName
{
color: #F2060F;
}
.AnyTagClassName
{
color: #F2060F;
}
</style>
background-color css
<style>
a { background-color: #F2060F; }
a { background-color: rgb(242,6,15); }
div.DivClassName
{
background-color: #F2060F;
}
.BgClassName
{
background-color: #F2060F;
}
</style>
border-color css
<style>
span { border-color: #F2060F; }
span { border-color: rgb(242,6,15); }
td.TdClassName
{
border-color: #F2060F;
}
.TagClassName
{
border-color: #F2060F;
}
</style>