Shades of Torch Red #F7154D
Tints of Torch Red #F7154D
RGB
CMYK
RGB Variations
Color information
#F7154D (or 0xF7154D) is known color: Torch Red. HEX triplet: F7, 15 and 4D. RGB value is (247,21,77). Sum of RGB (Red+Green+Blue) = 247+21+77=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7154D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7154D is #08EAB2. Grayscale: #5E5E5E. Windows color (decimal): -584371 or 5051895. OLE color: 5051895.
HSL color Cylindrical-coordinate representation of color #F7154D: hue angle of 345.13º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7154D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.03 |
| HSL | 345.13º | 0.93% | 0.53% | - |
| HSV(B) | 345.13º | 0.91% | 0.97% | - |
| XYZ | 39.97 | 20.85 | 8.94 | - |
| YUV | 94.96 | 117.87 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 77 | 0 | 0.91 | 0.69 | 0.03 | 345.13 | 0.93 | 0.53 |
| Hex | F7 | 15 | 4D | 0 | 5B | 45 | 3 | 159 | 5D | 35 |
| Octal | 367 | 25 | 115 | 0 | 133 | 105 | 3 | 531 | 135 | 65 |
| Binary | 11110111 | 10101 | 1001101 | 0 | 1011011 | 1000101 | 11 | 101011001 | 1011101 | 110101 |
Color Harmonies of #F7154D
Complementary color
Monochromatic Colors of #F7154D
Black with #F7154D
Text Example
Text Example
White with #F7154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7154D; }
p { color: rgb(247,21,77); }
H1.HeaderClassName
{
color: #F7154D;
}
.AnyTagClassName
{
color: #F7154D;
}
</style>
background-color css
<style>
a { background-color: #F7154D; }
a { background-color: rgb(247,21,77); }
div.DivClassName
{
background-color: #F7154D;
}
.BgClassName
{
background-color: #F7154D;
}
</style>
border-color css
<style>
span { border-color: #F7154D; }
span { border-color: rgb(247,21,77); }
td.TdClassName
{
border-color: #F7154D;
}
.TagClassName
{
border-color: #F7154D;
}
</style>