Shades of Torch Red #F70140
Tints of Torch Red #F70140
RGB
CMYK
RGB Variations
Color information
#F70140 (or 0xF70140) is known color: Torch Red. HEX triplet: F7, 01 and 40. RGB value is (247,1,64). Sum of RGB (Red+Green+Blue) = 247+1+64=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F70140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70140 is #08FEBF. Grayscale: #515151. Windows color (decimal): -589504 or 4194807. OLE color: 4194807.
HSL color Cylindrical-coordinate representation of color #F70140: hue angle of 344.63º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70140 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.03 |
| HSL | 344.63º | 0.99% | 0.49% | - |
| HSV(B) | 344.63º | 1% | 0.97% | - |
| XYZ | 39.29 | 20.17 | 6.67 | - |
| YUV | 81.74 | 118 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 64 | 0 | 1.00 | 0.74 | 0.03 | 344.63 | 0.99 | 0.49 |
| Hex | F7 | 1 | 40 | 0 | 64 | 4A | 3 | 159 | 63 | 31 |
| Octal | 367 | 1 | 100 | 0 | 144 | 112 | 3 | 531 | 143 | 61 |
| Binary | 11110111 | 1 | 1000000 | 0 | 1100100 | 1001010 | 11 | 101011001 | 1100011 | 110001 |
Color Harmonies of #F70140
Complementary color
Monochromatic Colors of #F70140
Black with #F70140
Text Example
Text Example
White with #F70140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70140; }
p { color: rgb(247,1,64); }
H1.HeaderClassName
{
color: #F70140;
}
.AnyTagClassName
{
color: #F70140;
}
</style>
background-color css
<style>
a { background-color: #F70140; }
a { background-color: rgb(247,1,64); }
div.DivClassName
{
background-color: #F70140;
}
.BgClassName
{
background-color: #F70140;
}
</style>
border-color css
<style>
span { border-color: #F70140; }
span { border-color: rgb(247,1,64); }
td.TdClassName
{
border-color: #F70140;
}
.TagClassName
{
border-color: #F70140;
}
</style>