Shades of Torch Red #F7124D
Tints of Torch Red #F7124D
RGB
CMYK
RGB Variations
Color information
#F7124D (or 0xF7124D) is known color: Torch Red. HEX triplet: F7, 12 and 4D. RGB value is (247,18,77). Sum of RGB (Red+Green+Blue) = 247+18+77=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7124D is #08EDB2. Grayscale: #5D5D5D. Windows color (decimal): -585139 or 5051127. OLE color: 5051127.
HSL color Cylindrical-coordinate representation of color #F7124D: hue angle of 344.54º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7124D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.03 |
| HSL | 344.54º | 0.93% | 0.52% | - |
| HSV(B) | 344.54º | 0.93% | 0.97% | - |
| XYZ | 39.91 | 20.74 | 8.92 | - |
| YUV | 93.2 | 118.87 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 77 | 0 | 0.93 | 0.69 | 0.03 | 344.54 | 0.93 | 0.52 |
| Hex | F7 | 12 | 4D | 0 | 5D | 45 | 3 | 159 | 5D | 34 |
| Octal | 367 | 22 | 115 | 0 | 135 | 105 | 3 | 531 | 135 | 64 |
| Binary | 11110111 | 10010 | 1001101 | 0 | 1011101 | 1000101 | 11 | 101011001 | 1011101 | 110100 |
Color Harmonies of #F7124D
Complementary color
Monochromatic Colors of #F7124D
Black with #F7124D
Text Example
Text Example
White with #F7124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7124D; }
p { color: rgb(247,18,77); }
H1.HeaderClassName
{
color: #F7124D;
}
.AnyTagClassName
{
color: #F7124D;
}
</style>
background-color css
<style>
a { background-color: #F7124D; }
a { background-color: rgb(247,18,77); }
div.DivClassName
{
background-color: #F7124D;
}
.BgClassName
{
background-color: #F7124D;
}
</style>
border-color css
<style>
span { border-color: #F7124D; }
span { border-color: rgb(247,18,77); }
td.TdClassName
{
border-color: #F7124D;
}
.TagClassName
{
border-color: #F7124D;
}
</style>