Shades of Torch Red #F7184B
Tints of Torch Red #F7184B
RGB
CMYK
RGB Variations
Color information
#F7184B (or 0xF7184B) is known color: Torch Red. HEX triplet: F7, 18 and 4B. RGB value is (247,24,75). Sum of RGB (Red+Green+Blue) = 247+24+75=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F7184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7184B is #08E7B4. Grayscale: #606060. Windows color (decimal): -583605 or 4921591. OLE color: 4921591.
HSL color Cylindrical-coordinate representation of color #F7184B: hue angle of 346.28º 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 #F7184B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.03 |
| HSL | 346.28º | 0.93% | 0.53% | - |
| HSV(B) | 346.28º | 0.9% | 0.97% | - |
| XYZ | 39.95 | 20.94 | 8.59 | - |
| YUV | 96.49 | 115.88 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 75 | 0 | 0.90 | 0.70 | 0.03 | 346.28 | 0.93 | 0.53 |
| Hex | F7 | 18 | 4B | 0 | 5A | 46 | 3 | 15A | 5D | 35 |
| Octal | 367 | 30 | 113 | 0 | 132 | 106 | 3 | 532 | 135 | 65 |
| Binary | 11110111 | 11000 | 1001011 | 0 | 1011010 | 1000110 | 11 | 101011010 | 1011101 | 110101 |
Color Harmonies of #F7184B
Complementary color
Monochromatic Colors of #F7184B
Black with #F7184B
Text Example
Text Example
White with #F7184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7184B; }
p { color: rgb(247,24,75); }
H1.HeaderClassName
{
color: #F7184B;
}
.AnyTagClassName
{
color: #F7184B;
}
</style>
background-color css
<style>
a { background-color: #F7184B; }
a { background-color: rgb(247,24,75); }
div.DivClassName
{
background-color: #F7184B;
}
.BgClassName
{
background-color: #F7184B;
}
</style>
border-color css
<style>
span { border-color: #F7184B; }
span { border-color: rgb(247,24,75); }
td.TdClassName
{
border-color: #F7184B;
}
.TagClassName
{
border-color: #F7184B;
}
</style>