Shades of Torch Red #F5154B
Tints of Torch Red #F5154B
RGB
CMYK
RGB Variations
Color information
#F5154B (or 0xF5154B) is known color: Torch Red. HEX triplet: F5, 15 and 4B. RGB value is (245,21,75). Sum of RGB (Red+Green+Blue) = 245+21+75=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F5154B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5154B is #0AEAB4. Grayscale: #5E5E5E. Windows color (decimal): -715445 or 4920821. OLE color: 4920821.
HSL color Cylindrical-coordinate representation of color #F5154B: hue angle of 345.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5154B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 75 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.04 |
| HSL | 345.54º | 0.92% | 0.52% | - |
| HSV(B) | 345.54º | 0.91% | 0.96% | - |
| XYZ | 39.19 | 20.46 | 8.54 | - |
| YUV | 94.13 | 117.21 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 75 | 0 | 0.91 | 0.69 | 0.04 | 345.54 | 0.92 | 0.52 |
| Hex | F5 | 15 | 4B | 0 | 5B | 45 | 4 | 15A | 5C | 34 |
| Octal | 365 | 25 | 113 | 0 | 133 | 105 | 4 | 532 | 134 | 64 |
| Binary | 11110101 | 10101 | 1001011 | 0 | 1011011 | 1000101 | 100 | 101011010 | 1011100 | 110100 |
Color Harmonies of #F5154B
Complementary color
Monochromatic Colors of #F5154B
Black with #F5154B
Text Example
Text Example
White with #F5154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5154B; }
p { color: rgb(245,21,75); }
H1.HeaderClassName
{
color: #F5154B;
}
.AnyTagClassName
{
color: #F5154B;
}
</style>
background-color css
<style>
a { background-color: #F5154B; }
a { background-color: rgb(245,21,75); }
div.DivClassName
{
background-color: #F5154B;
}
.BgClassName
{
background-color: #F5154B;
}
</style>
border-color css
<style>
span { border-color: #F5154B; }
span { border-color: rgb(245,21,75); }
td.TdClassName
{
border-color: #F5154B;
}
.TagClassName
{
border-color: #F5154B;
}
</style>