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