Shades of Torch Red #F7194B
Tints of Torch Red #F7194B
RGB
CMYK
RGB Variations
Color information
#F7194B (or 0xF7194B) is known color: Torch Red. HEX triplet: F7, 19 and 4B. RGB value is (247,25,75). Sum of RGB (Red+Green+Blue) = 247+25+75=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F7194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7194B is #08E6B4. Grayscale: #616161. Windows color (decimal): -583349 or 4921847. OLE color: 4921847.
HSL color Cylindrical-coordinate representation of color #F7194B: hue angle of 346.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7194B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.03 |
| HSL | 346.49º | 0.93% | 0.53% | - |
| HSV(B) | 346.49º | 0.9% | 0.97% | - |
| XYZ | 39.98 | 20.98 | 8.6 | - |
| YUV | 97.08 | 115.55 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 75 | 0 | 0.90 | 0.70 | 0.03 | 346.49 | 0.93 | 0.53 |
| Hex | F7 | 19 | 4B | 0 | 5A | 46 | 3 | 15A | 5D | 35 |
| Octal | 367 | 31 | 113 | 0 | 132 | 106 | 3 | 532 | 135 | 65 |
| Binary | 11110111 | 11001 | 1001011 | 0 | 1011010 | 1000110 | 11 | 101011010 | 1011101 | 110101 |
Color Harmonies of #F7194B
Complementary color
Monochromatic Colors of #F7194B
Black with #F7194B
Text Example
Text Example
White with #F7194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7194B; }
p { color: rgb(247,25,75); }
H1.HeaderClassName
{
color: #F7194B;
}
.AnyTagClassName
{
color: #F7194B;
}
</style>
background-color css
<style>
a { background-color: #F7194B; }
a { background-color: rgb(247,25,75); }
div.DivClassName
{
background-color: #F7194B;
}
.BgClassName
{
background-color: #F7194B;
}
</style>
border-color css
<style>
span { border-color: #F7194B; }
span { border-color: rgb(247,25,75); }
td.TdClassName
{
border-color: #F7194B;
}
.TagClassName
{
border-color: #F7194B;
}
</style>