Shades of Torch Red #F40246
Tints of Torch Red #F40246
RGB
CMYK
RGB Variations
Color information
#F40246 (or 0xF40246) is known color: Torch Red. HEX triplet: F4, 02 and 46. RGB value is (244,2,70). Sum of RGB (Red+Green+Blue) = 244+2+70=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F40246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40246 is #0BFDB9. Grayscale: #525252. Windows color (decimal): -785850 or 4588276. OLE color: 4588276.
HSL color Cylindrical-coordinate representation of color #F40246: hue angle of 343.14º 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 #F40246 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.04 |
| HSL | 343.14º | 0.98% | 0.48% | - |
| HSV(B) | 343.14º | 0.99% | 0.96% | - |
| XYZ | 38.44 | 19.72 | 7.57 | - |
| YUV | 82.11 | 121.17 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 70 | 0 | 0.99 | 0.71 | 0.04 | 343.14 | 0.98 | 0.48 |
| Hex | F4 | 2 | 46 | 0 | 63 | 47 | 4 | 157 | 62 | 30 |
| Octal | 364 | 2 | 106 | 0 | 143 | 107 | 4 | 527 | 142 | 60 |
| Binary | 11110100 | 10 | 1000110 | 0 | 1100011 | 1000111 | 100 | 101010111 | 1100010 | 110000 |
Color Harmonies of #F40246
Complementary color
Monochromatic Colors of #F40246
Black with #F40246
Text Example
Text Example
White with #F40246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40246; }
p { color: rgb(244,2,70); }
H1.HeaderClassName
{
color: #F40246;
}
.AnyTagClassName
{
color: #F40246;
}
</style>
background-color css
<style>
a { background-color: #F40246; }
a { background-color: rgb(244,2,70); }
div.DivClassName
{
background-color: #F40246;
}
.BgClassName
{
background-color: #F40246;
}
</style>
border-color css
<style>
span { border-color: #F40246; }
span { border-color: rgb(244,2,70); }
td.TdClassName
{
border-color: #F40246;
}
.TagClassName
{
border-color: #F40246;
}
</style>