Shades of Torch Red #F7154B
Tints of Torch Red #F7154B
RGB
CMYK
RGB Variations
Color information
#F7154B (or 0xF7154B) is known color: Torch Red. HEX triplet: F7, 15 and 4B. RGB value is (247,21,75). Sum of RGB (Red+Green+Blue) = 247+21+75=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F7154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7154B is #08EAB4. Grayscale: #5E5E5E. Windows color (decimal): -584373 or 4920823. OLE color: 4920823.
HSL color Cylindrical-coordinate representation of color #F7154B: hue angle of 345.66º 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 #F7154B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.03 |
| HSL | 345.66º | 0.93% | 0.53% | - |
| HSV(B) | 345.66º | 0.91% | 0.97% | - |
| XYZ | 39.9 | 20.82 | 8.57 | - |
| YUV | 94.73 | 116.87 | 236.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 75 | 0 | 0.91 | 0.70 | 0.03 | 345.66 | 0.93 | 0.53 |
| Hex | F7 | 15 | 4B | 0 | 5B | 46 | 3 | 15A | 5D | 35 |
| Octal | 367 | 25 | 113 | 0 | 133 | 106 | 3 | 532 | 135 | 65 |
| Binary | 11110111 | 10101 | 1001011 | 0 | 1011011 | 1000110 | 11 | 101011010 | 1011101 | 110101 |
Color Harmonies of #F7154B
Complementary color
Monochromatic Colors of #F7154B
Black with #F7154B
Text Example
Text Example
White with #F7154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7154B; }
p { color: rgb(247,21,75); }
H1.HeaderClassName
{
color: #F7154B;
}
.AnyTagClassName
{
color: #F7154B;
}
</style>
background-color css
<style>
a { background-color: #F7154B; }
a { background-color: rgb(247,21,75); }
div.DivClassName
{
background-color: #F7154B;
}
.BgClassName
{
background-color: #F7154B;
}
</style>
border-color css
<style>
span { border-color: #F7154B; }
span { border-color: rgb(247,21,75); }
td.TdClassName
{
border-color: #F7154B;
}
.TagClassName
{
border-color: #F7154B;
}
</style>