Shades of Torch Red #F4104A
Tints of Torch Red #F4104A
RGB
CMYK
RGB Variations
Color information
#F4104A (or 0xF4104A) is known color: Torch Red. HEX triplet: F4, 10 and 4A. RGB value is (244,16,74). Sum of RGB (Red+Green+Blue) = 244+16+74=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F4104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4104A is #0BEFB5. Grayscale: #5A5A5A. Windows color (decimal): -782262 or 4854004. OLE color: 4854004.
HSL color Cylindrical-coordinate representation of color #F4104A: hue angle of 344.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4104A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.04 |
| HSL | 344.74º | 0.91% | 0.51% | - |
| HSV(B) | 344.74º | 0.93% | 0.96% | - |
| XYZ | 38.73 | 20.1 | 8.32 | - |
| YUV | 90.78 | 118.54 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 74 | 0 | 0.93 | 0.70 | 0.04 | 344.74 | 0.91 | 0.51 |
| Hex | F4 | 10 | 4A | 0 | 5D | 46 | 4 | 159 | 5B | 33 |
| Octal | 364 | 20 | 112 | 0 | 135 | 106 | 4 | 531 | 133 | 63 |
| Binary | 11110100 | 10000 | 1001010 | 0 | 1011101 | 1000110 | 100 | 101011001 | 1011011 | 110011 |
Color Harmonies of #F4104A
Complementary color
Monochromatic Colors of #F4104A
Black with #F4104A
Text Example
Text Example
White with #F4104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4104A; }
p { color: rgb(244,16,74); }
H1.HeaderClassName
{
color: #F4104A;
}
.AnyTagClassName
{
color: #F4104A;
}
</style>
background-color css
<style>
a { background-color: #F4104A; }
a { background-color: rgb(244,16,74); }
div.DivClassName
{
background-color: #F4104A;
}
.BgClassName
{
background-color: #F4104A;
}
</style>
border-color css
<style>
span { border-color: #F4104A; }
span { border-color: rgb(244,16,74); }
td.TdClassName
{
border-color: #F4104A;
}
.TagClassName
{
border-color: #F4104A;
}
</style>