Shades of Torch Red #F60030
Tints of Torch Red #F60030
RGB
CMYK
RGB Variations
Color information
#F60030 (or 0xF60030) is known color: Torch Red. HEX triplet: F6, 00 and 30. RGB value is (246,0,48). Sum of RGB (Red+Green+Blue) = 246+0+48=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F60030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60030 is #09FFCF. Grayscale: #4F4F4F. Windows color (decimal): -655312 or 3145974. OLE color: 3145974.
HSL color Cylindrical-coordinate representation of color #F60030: hue angle of 348.29º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60030 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.80 | 0.04 |
| HSL | 348.29º | 1% | 0.48% | - |
| HSV(B) | 348.29º | 1% | 0.96% | - |
| XYZ | 38.54 | 19.81 | 4.59 | - |
| YUV | 79.03 | 110.5 | 247.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 48 | 0 | 1 | 0.80 | 0.04 | 348.29 | 1 | 0.48 |
| Hex | F6 | 0 | 30 | 0 | 64 | 50 | 4 | 15C | 64 | 30 |
| Octal | 366 | 0 | 60 | 0 | 144 | 120 | 4 | 534 | 144 | 60 |
| Binary | 11110110 | 0 | 110000 | 0 | 1100100 | 1010000 | 100 | 101011100 | 1100100 | 110000 |
Color Harmonies of #F60030
Complementary color
Monochromatic Colors of #F60030
Black with #F60030
Text Example
Text Example
White with #F60030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60030; }
p { color: rgb(246,0,48); }
H1.HeaderClassName
{
color: #F60030;
}
.AnyTagClassName
{
color: #F60030;
}
</style>
background-color css
<style>
a { background-color: #F60030; }
a { background-color: rgb(246,0,48); }
div.DivClassName
{
background-color: #F60030;
}
.BgClassName
{
background-color: #F60030;
}
</style>
border-color css
<style>
span { border-color: #F60030; }
span { border-color: rgb(246,0,48); }
td.TdClassName
{
border-color: #F60030;
}
.TagClassName
{
border-color: #F60030;
}
</style>