Shades of Torch Red #F00647
Tints of Torch Red #F00647
RGB
CMYK
RGB Variations
Color information
#F00647 (or 0xF00647) is known color: Torch Red. HEX triplet: F0, 06 and 47. RGB value is (240,6,71). Sum of RGB (Red+Green+Blue) = 240+6+71=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F00647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00647 is #0FF9B8. Grayscale: #535353. Windows color (decimal): -1046969 or 4654832. OLE color: 4654832.
HSL color Cylindrical-coordinate representation of color #F00647: hue angle of 343.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00647 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 71 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.06 |
| HSL | 343.33º | 0.95% | 0.48% | - |
| HSV(B) | 343.33º | 0.98% | 0.94% | - |
| XYZ | 37.14 | 19.11 | 7.69 | - |
| YUV | 83.38 | 121.02 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 71 | 0 | 0.98 | 0.70 | 0.06 | 343.33 | 0.95 | 0.48 |
| Hex | F0 | 6 | 47 | 0 | 62 | 46 | 6 | 157 | 5F | 30 |
| Octal | 360 | 6 | 107 | 0 | 142 | 106 | 6 | 527 | 137 | 60 |
| Binary | 11110000 | 110 | 1000111 | 0 | 1100010 | 1000110 | 110 | 101010111 | 1011111 | 110000 |
Color Harmonies of #F00647
Complementary color
Monochromatic Colors of #F00647
Black with #F00647
Text Example
Text Example
White with #F00647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00647; }
p { color: rgb(240,6,71); }
H1.HeaderClassName
{
color: #F00647;
}
.AnyTagClassName
{
color: #F00647;
}
</style>
background-color css
<style>
a { background-color: #F00647; }
a { background-color: rgb(240,6,71); }
div.DivClassName
{
background-color: #F00647;
}
.BgClassName
{
background-color: #F00647;
}
</style>
border-color css
<style>
span { border-color: #F00647; }
span { border-color: rgb(240,6,71); }
td.TdClassName
{
border-color: #F00647;
}
.TagClassName
{
border-color: #F00647;
}
</style>