Shades of Torch Red #F61748
Tints of Torch Red #F61748
RGB
CMYK
RGB Variations
Color information
#F61748 (or 0xF61748) is known color: Torch Red. HEX triplet: F6, 17 and 48. RGB value is (246,23,72). Sum of RGB (Red+Green+Blue) = 246+23+72=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F61748 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61748 is #09E8B7. Grayscale: #5F5F5F. Windows color (decimal): -649400 or 4724726. OLE color: 4724726.
HSL color Cylindrical-coordinate representation of color #F61748: hue angle of 346.82º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61748 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 72 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.04 |
| HSL | 346.82º | 0.93% | 0.53% | - |
| HSV(B) | 346.82º | 0.91% | 0.96% | - |
| XYZ | 39.48 | 20.67 | 8.04 | - |
| YUV | 95.26 | 114.88 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 72 | 0 | 0.91 | 0.71 | 0.04 | 346.82 | 0.93 | 0.53 |
| Hex | F6 | 17 | 48 | 0 | 5B | 47 | 4 | 15B | 5D | 35 |
| Octal | 366 | 27 | 110 | 0 | 133 | 107 | 4 | 533 | 135 | 65 |
| Binary | 11110110 | 10111 | 1001000 | 0 | 1011011 | 1000111 | 100 | 101011011 | 1011101 | 110101 |
Color Harmonies of #F61748
Complementary color
Monochromatic Colors of #F61748
Black with #F61748
Text Example
Text Example
White with #F61748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61748; }
p { color: rgb(246,23,72); }
H1.HeaderClassName
{
color: #F61748;
}
.AnyTagClassName
{
color: #F61748;
}
</style>
background-color css
<style>
a { background-color: #F61748; }
a { background-color: rgb(246,23,72); }
div.DivClassName
{
background-color: #F61748;
}
.BgClassName
{
background-color: #F61748;
}
</style>
border-color css
<style>
span { border-color: #F61748; }
span { border-color: rgb(246,23,72); }
td.TdClassName
{
border-color: #F61748;
}
.TagClassName
{
border-color: #F61748;
}
</style>