Shades of Torch Red #F60348
Tints of Torch Red #F60348
RGB
CMYK
RGB Variations
Color information
#F60348 (or 0xF60348) is known color: Torch Red. HEX triplet: F6, 03 and 48. RGB value is (246,3,72). Sum of RGB (Red+Green+Blue) = 246+3+72=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F60348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60348 is #09FCB7. Grayscale: #535353. Windows color (decimal): -654520 or 4719606. OLE color: 4719606.
HSL color Cylindrical-coordinate representation of color #F60348: hue angle of 342.96º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60348 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 342.96º | 0.98% | 0.49% | - |
| HSV(B) | 342.96º | 0.99% | 0.96% | - |
| XYZ | 39.21 | 20.13 | 7.95 | - |
| YUV | 83.52 | 121.51 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 72 | 0 | 0.99 | 0.71 | 0.04 | 342.96 | 0.98 | 0.49 |
| Hex | F6 | 3 | 48 | 0 | 63 | 47 | 4 | 157 | 62 | 31 |
| Octal | 366 | 3 | 110 | 0 | 143 | 107 | 4 | 527 | 142 | 61 |
| Binary | 11110110 | 11 | 1001000 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110001 |
Color Harmonies of #F60348
Complementary color
Monochromatic Colors of #F60348
Black with #F60348
Text Example
Text Example
White with #F60348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60348; }
p { color: rgb(246,3,72); }
H1.HeaderClassName
{
color: #F60348;
}
.AnyTagClassName
{
color: #F60348;
}
</style>
background-color css
<style>
a { background-color: #F60348; }
a { background-color: rgb(246,3,72); }
div.DivClassName
{
background-color: #F60348;
}
.BgClassName
{
background-color: #F60348;
}
</style>
border-color css
<style>
span { border-color: #F60348; }
span { border-color: rgb(246,3,72); }
td.TdClassName
{
border-color: #F60348;
}
.TagClassName
{
border-color: #F60348;
}
</style>