Shades of Torch Red #F00F46
Tints of Torch Red #F00F46
RGB
CMYK
RGB Variations
Color information
#F00F46 (or 0xF00F46) is known color: Torch Red. HEX triplet: F0, 0F and 46. RGB value is (240,15,70). Sum of RGB (Red+Green+Blue) = 240+15+70=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00F46 is #0FF0B9. Grayscale: #585858. Windows color (decimal): -1044666 or 4591600. OLE color: 4591600.
HSL color Cylindrical-coordinate representation of color #F00F46: hue angle of 345.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F46 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 70 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.06 |
| HSL | 345.33º | 0.88% | 0.5% | - |
| HSV(B) | 345.33º | 0.94% | 0.94% | - |
| XYZ | 37.21 | 19.31 | 7.56 | - |
| YUV | 88.55 | 117.54 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 70 | 0 | 0.94 | 0.71 | 0.06 | 345.33 | 0.88 | 0.5 |
| Hex | F0 | F | 46 | 0 | 5E | 47 | 6 | 159 | 58 | 32 |
| Octal | 360 | 17 | 106 | 0 | 136 | 107 | 6 | 531 | 130 | 62 |
| Binary | 11110000 | 1111 | 1000110 | 0 | 1011110 | 1000111 | 110 | 101011001 | 1011000 | 110010 |
Color Harmonies of #F00F46
Complementary color
Monochromatic Colors of #F00F46
Black with #F00F46
Text Example
Text Example
White with #F00F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F46; }
p { color: rgb(240,15,70); }
H1.HeaderClassName
{
color: #F00F46;
}
.AnyTagClassName
{
color: #F00F46;
}
</style>
background-color css
<style>
a { background-color: #F00F46; }
a { background-color: rgb(240,15,70); }
div.DivClassName
{
background-color: #F00F46;
}
.BgClassName
{
background-color: #F00F46;
}
</style>
border-color css
<style>
span { border-color: #F00F46; }
span { border-color: rgb(240,15,70); }
td.TdClassName
{
border-color: #F00F46;
}
.TagClassName
{
border-color: #F00F46;
}
</style>