Shades of Torch Red #F6154A
Tints of Torch Red #F6154A
RGB
CMYK
RGB Variations
Color information
#F6154A (or 0xF6154A) is known color: Torch Red. HEX triplet: F6, 15 and 4A. RGB value is (246,21,74). Sum of RGB (Red+Green+Blue) = 246+21+74=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6154A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6154A is #09EAB5. Grayscale: #5E5E5E. Windows color (decimal): -649910 or 4855286. OLE color: 4855286.
HSL color Cylindrical-coordinate representation of color #F6154A: hue angle of 345.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6154A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 74 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.04 |
| HSL | 345.87º | 0.93% | 0.52% | - |
| HSV(B) | 345.87º | 0.91% | 0.96% | - |
| XYZ | 39.51 | 20.62 | 8.38 | - |
| YUV | 94.32 | 116.54 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 74 | 0 | 0.91 | 0.70 | 0.04 | 345.87 | 0.93 | 0.52 |
| Hex | F6 | 15 | 4A | 0 | 5B | 46 | 4 | 15A | 5D | 34 |
| Octal | 366 | 25 | 112 | 0 | 133 | 106 | 4 | 532 | 135 | 64 |
| Binary | 11110110 | 10101 | 1001010 | 0 | 1011011 | 1000110 | 100 | 101011010 | 1011101 | 110100 |
Color Harmonies of #F6154A
Complementary color
Monochromatic Colors of #F6154A
Black with #F6154A
Text Example
Text Example
White with #F6154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6154A; }
p { color: rgb(246,21,74); }
H1.HeaderClassName
{
color: #F6154A;
}
.AnyTagClassName
{
color: #F6154A;
}
</style>
background-color css
<style>
a { background-color: #F6154A; }
a { background-color: rgb(246,21,74); }
div.DivClassName
{
background-color: #F6154A;
}
.BgClassName
{
background-color: #F6154A;
}
</style>
border-color css
<style>
span { border-color: #F6154A; }
span { border-color: rgb(246,21,74); }
td.TdClassName
{
border-color: #F6154A;
}
.TagClassName
{
border-color: #F6154A;
}
</style>