Shades of Torch Red #F60425
Tints of Torch Red #F60425
RGB
CMYK
RGB Variations
Color information
#F60425 (or 0xF60425) is known color: Torch Red. HEX triplet: F6, 04 and 25. RGB value is (246,4,37). Sum of RGB (Red+Green+Blue) = 246+4+37=287 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.71% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 246 - color contains mainly: red. Hex color #F60425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60425 is #09FBDA. Grayscale: #505050. Windows color (decimal): -654299 or 2426102. OLE color: 2426102.
HSL color Cylindrical-coordinate representation of color #F60425: hue angle of 351.82º 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 #F60425 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.04 |
| HSL | 351.82º | 0.97% | 0.49% | - |
| HSV(B) | 351.82º | 0.98% | 0.96% | - |
| XYZ | 38.38 | 19.81 | 3.55 | - |
| YUV | 80.12 | 103.67 | 246.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 37 | 0 | 0.98 | 0.85 | 0.04 | 351.82 | 0.97 | 0.49 |
| Hex | F6 | 4 | 25 | 0 | 62 | 55 | 4 | 160 | 61 | 31 |
| Octal | 366 | 4 | 45 | 0 | 142 | 125 | 4 | 540 | 141 | 61 |
| Binary | 11110110 | 100 | 100101 | 0 | 1100010 | 1010101 | 100 | 101100000 | 1100001 | 110001 |
Color Harmonies of #F60425
Complementary color
Monochromatic Colors of #F60425
Black with #F60425
Text Example
Text Example
White with #F60425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60425; }
p { color: rgb(246,4,37); }
H1.HeaderClassName
{
color: #F60425;
}
.AnyTagClassName
{
color: #F60425;
}
</style>
background-color css
<style>
a { background-color: #F60425; }
a { background-color: rgb(246,4,37); }
div.DivClassName
{
background-color: #F60425;
}
.BgClassName
{
background-color: #F60425;
}
</style>
border-color css
<style>
span { border-color: #F60425; }
span { border-color: rgb(246,4,37); }
td.TdClassName
{
border-color: #F60425;
}
.TagClassName
{
border-color: #F60425;
}
</style>