Shades of Torch Red #F40247
Tints of Torch Red #F40247
RGB
CMYK
RGB Variations
Color information
#F40247 (or 0xF40247) is known color: Torch Red. HEX triplet: F4, 02 and 47. RGB value is (244,2,71). Sum of RGB (Red+Green+Blue) = 244+2+71=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F40247 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40247 is #0BFDB8. Grayscale: #525252. Windows color (decimal): -785849 or 4653812. OLE color: 4653812.
HSL color Cylindrical-coordinate representation of color #F40247: hue angle of 342.89º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40247 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 342.89º | 0.98% | 0.48% | - |
| HSV(B) | 342.89º | 0.99% | 0.96% | - |
| XYZ | 38.47 | 19.73 | 7.74 | - |
| YUV | 82.22 | 121.67 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 71 | 0 | 0.99 | 0.71 | 0.04 | 342.89 | 0.98 | 0.48 |
| Hex | F4 | 2 | 47 | 0 | 63 | 47 | 4 | 157 | 62 | 30 |
| Octal | 364 | 2 | 107 | 0 | 143 | 107 | 4 | 527 | 142 | 60 |
| Binary | 11110100 | 10 | 1000111 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F40247
Complementary color
Monochromatic Colors of #F40247
Black with #F40247
Text Example
Text Example
White with #F40247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40247; }
p { color: rgb(244,2,71); }
H1.HeaderClassName
{
color: #F40247;
}
.AnyTagClassName
{
color: #F40247;
}
</style>
background-color css
<style>
a { background-color: #F40247; }
a { background-color: rgb(244,2,71); }
div.DivClassName
{
background-color: #F40247;
}
.BgClassName
{
background-color: #F40247;
}
</style>
border-color css
<style>
span { border-color: #F40247; }
span { border-color: rgb(244,2,71); }
td.TdClassName
{
border-color: #F40247;
}
.TagClassName
{
border-color: #F40247;
}
</style>