Shades of Torch Red #F00146
Tints of Torch Red #F00146
RGB
CMYK
RGB Variations
Color information
#F00146 (or 0xF00146) is known color: Torch Red. HEX triplet: F0, 01 and 46. RGB value is (240,1,70). Sum of RGB (Red+Green+Blue) = 240+1+70=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F00146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00146 is #0FFEB9. Grayscale: #505050. Windows color (decimal): -1048250 or 4588016. OLE color: 4588016.
HSL color Cylindrical-coordinate representation of color #F00146: hue angle of 342.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00146 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 70 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.06 |
| HSL | 342.68º | 0.99% | 0.47% | - |
| HSV(B) | 342.68º | 1% | 0.94% | - |
| XYZ | 37.05 | 18.99 | 7.51 | - |
| YUV | 80.33 | 122.18 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 70 | 0 | 1.00 | 0.71 | 0.06 | 342.68 | 0.99 | 0.47 |
| Hex | F0 | 1 | 46 | 0 | 64 | 47 | 6 | 157 | 63 | 2F |
| Octal | 360 | 1 | 106 | 0 | 144 | 107 | 6 | 527 | 143 | 57 |
| Binary | 11110000 | 1 | 1000110 | 0 | 1100100 | 1000111 | 110 | 101010111 | 1100011 | 101111 |
Color Harmonies of #F00146
Complementary color
Monochromatic Colors of #F00146
Black with #F00146
Text Example
Text Example
White with #F00146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00146; }
p { color: rgb(240,1,70); }
H1.HeaderClassName
{
color: #F00146;
}
.AnyTagClassName
{
color: #F00146;
}
</style>
background-color css
<style>
a { background-color: #F00146; }
a { background-color: rgb(240,1,70); }
div.DivClassName
{
background-color: #F00146;
}
.BgClassName
{
background-color: #F00146;
}
</style>
border-color css
<style>
span { border-color: #F00146; }
span { border-color: rgb(240,1,70); }
td.TdClassName
{
border-color: #F00146;
}
.TagClassName
{
border-color: #F00146;
}
</style>