Shades of Torch Red #F60137
Tints of Torch Red #F60137
RGB
CMYK
RGB Variations
Color information
#F60137 (or 0xF60137) is known color: Torch Red. HEX triplet: F6, 01 and 37. RGB value is (246,1,55). Sum of RGB (Red+Green+Blue) = 246+1+55=302 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.46% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 246 - color contains mainly: red. Hex color #F60137 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60137 is #09FEC8. Grayscale: #505050. Windows color (decimal): -655049 or 3604982. OLE color: 3604982.
HSL color Cylindrical-coordinate representation of color #F60137: hue angle of 346.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60137 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 55 | - |
| CMYK | 0 | 1.00 | 0.78 | 0.04 |
| HSL | 346.78º | 0.99% | 0.48% | - |
| HSV(B) | 346.78º | 1% | 0.96% | - |
| XYZ | 38.71 | 19.89 | 5.41 | - |
| YUV | 80.41 | 113.67 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 55 | 0 | 1.00 | 0.78 | 0.04 | 346.78 | 0.99 | 0.48 |
| Hex | F6 | 1 | 37 | 0 | 64 | 4E | 4 | 15B | 63 | 30 |
| Octal | 366 | 1 | 67 | 0 | 144 | 116 | 4 | 533 | 143 | 60 |
| Binary | 11110110 | 1 | 110111 | 0 | 1100100 | 1001110 | 100 | 101011011 | 1100011 | 110000 |
Color Harmonies of #F60137
Complementary color
Monochromatic Colors of #F60137
Black with #F60137
Text Example
Text Example
White with #F60137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60137; }
p { color: rgb(246,1,55); }
H1.HeaderClassName
{
color: #F60137;
}
.AnyTagClassName
{
color: #F60137;
}
</style>
background-color css
<style>
a { background-color: #F60137; }
a { background-color: rgb(246,1,55); }
div.DivClassName
{
background-color: #F60137;
}
.BgClassName
{
background-color: #F60137;
}
</style>
border-color css
<style>
span { border-color: #F60137; }
span { border-color: rgb(246,1,55); }
td.TdClassName
{
border-color: #F60137;
}
.TagClassName
{
border-color: #F60137;
}
</style>