Shades of Torch Red #F5044A
Tints of Torch Red #F5044A
RGB
CMYK
RGB Variations
Color information
#F5044A (or 0xF5044A) is known color: Torch Red. HEX triplet: F5, 04 and 4A. RGB value is (245,4,74). Sum of RGB (Red+Green+Blue) = 245+4+74=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5044A is #0AFBB5. Grayscale: #545454. Windows color (decimal): -719798 or 4850933. OLE color: 4850933.
HSL color Cylindrical-coordinate representation of color #F5044A: hue angle of 342.57º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5044A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.04 |
| HSL | 342.57º | 0.97% | 0.49% | - |
| HSV(B) | 342.57º | 0.98% | 0.96% | - |
| XYZ | 38.94 | 19.99 | 8.29 | - |
| YUV | 84.04 | 122.34 | 242.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 74 | 0 | 0.98 | 0.70 | 0.04 | 342.57 | 0.97 | 0.49 |
| Hex | F5 | 4 | 4A | 0 | 62 | 46 | 4 | 157 | 61 | 31 |
| Octal | 365 | 4 | 112 | 0 | 142 | 106 | 4 | 527 | 141 | 61 |
| Binary | 11110101 | 100 | 1001010 | 0 | 1100010 | 1000110 | 100 | 101010111 | 1100001 | 110001 |
Color Harmonies of #F5044A
Complementary color
Monochromatic Colors of #F5044A
Black with #F5044A
Text Example
Text Example
White with #F5044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5044A; }
p { color: rgb(245,4,74); }
H1.HeaderClassName
{
color: #F5044A;
}
.AnyTagClassName
{
color: #F5044A;
}
</style>
background-color css
<style>
a { background-color: #F5044A; }
a { background-color: rgb(245,4,74); }
div.DivClassName
{
background-color: #F5044A;
}
.BgClassName
{
background-color: #F5044A;
}
</style>
border-color css
<style>
span { border-color: #F5044A; }
span { border-color: rgb(245,4,74); }
td.TdClassName
{
border-color: #F5044A;
}
.TagClassName
{
border-color: #F5044A;
}
</style>