Shades of Torch Red #F60449
Tints of Torch Red #F60449
RGB
CMYK
RGB Variations
Color information
#F60449 (or 0xF60449) is known color: Torch Red. HEX triplet: F6, 04 and 49. RGB value is (246,4,73). Sum of RGB (Red+Green+Blue) = 246+4+73=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F60449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60449 is #09FBB6. Grayscale: #545454. Windows color (decimal): -654263 or 4785398. OLE color: 4785398.
HSL color Cylindrical-coordinate representation of color #F60449: hue angle of 342.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60449 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 73 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.04 |
| HSL | 342.89º | 0.97% | 0.49% | - |
| HSV(B) | 342.89º | 0.98% | 0.96% | - |
| XYZ | 39.25 | 20.16 | 8.13 | - |
| YUV | 84.22 | 121.67 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 73 | 0 | 0.98 | 0.70 | 0.04 | 342.89 | 0.97 | 0.49 |
| Hex | F6 | 4 | 49 | 0 | 62 | 46 | 4 | 157 | 61 | 31 |
| Octal | 366 | 4 | 111 | 0 | 142 | 106 | 4 | 527 | 141 | 61 |
| Binary | 11110110 | 100 | 1001001 | 0 | 1100010 | 1000110 | 100 | 101010111 | 1100001 | 110001 |
Color Harmonies of #F60449
Complementary color
Monochromatic Colors of #F60449
Black with #F60449
Text Example
Text Example
White with #F60449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60449; }
p { color: rgb(246,4,73); }
H1.HeaderClassName
{
color: #F60449;
}
.AnyTagClassName
{
color: #F60449;
}
</style>
background-color css
<style>
a { background-color: #F60449; }
a { background-color: rgb(246,4,73); }
div.DivClassName
{
background-color: #F60449;
}
.BgClassName
{
background-color: #F60449;
}
</style>
border-color css
<style>
span { border-color: #F60449; }
span { border-color: rgb(246,4,73); }
td.TdClassName
{
border-color: #F60449;
}
.TagClassName
{
border-color: #F60449;
}
</style>