Shades of Torch Red #F40147
Tints of Torch Red #F40147
RGB
CMYK
RGB Variations
Color information
#F40147 (or 0xF40147) is known color: Torch Red. HEX triplet: F4, 01 and 47. RGB value is (244,1,71). Sum of RGB (Red+Green+Blue) = 244+1+71=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F40147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40147 is #0BFEB8. Grayscale: #515151. Windows color (decimal): -786105 or 4653556. OLE color: 4653556.
HSL color Cylindrical-coordinate representation of color #F40147: hue angle of 342.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40147 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.04 |
| HSL | 342.72º | 0.99% | 0.48% | - |
| HSV(B) | 342.72º | 1% | 0.96% | - |
| XYZ | 38.46 | 19.71 | 7.74 | - |
| YUV | 81.64 | 122.01 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 71 | 0 | 1.00 | 0.71 | 0.04 | 342.72 | 0.99 | 0.48 |
| Hex | F4 | 1 | 47 | 0 | 64 | 47 | 4 | 157 | 63 | 30 |
| Octal | 364 | 1 | 107 | 0 | 144 | 107 | 4 | 527 | 143 | 60 |
| Binary | 11110100 | 1 | 1000111 | 0 | 1100100 | 1000111 | 100 | 101010111 | 1100011 | 110000 |
Color Harmonies of #F40147
Complementary color
Monochromatic Colors of #F40147
Black with #F40147
Text Example
Text Example
White with #F40147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40147; }
p { color: rgb(244,1,71); }
H1.HeaderClassName
{
color: #F40147;
}
.AnyTagClassName
{
color: #F40147;
}
</style>
background-color css
<style>
a { background-color: #F40147; }
a { background-color: rgb(244,1,71); }
div.DivClassName
{
background-color: #F40147;
}
.BgClassName
{
background-color: #F40147;
}
</style>
border-color css
<style>
span { border-color: #F40147; }
span { border-color: rgb(244,1,71); }
td.TdClassName
{
border-color: #F40147;
}
.TagClassName
{
border-color: #F40147;
}
</style>