Shades of Torch Red #F6144D
Tints of Torch Red #F6144D
RGB
CMYK
RGB Variations
Color information
#F6144D (or 0xF6144D) is known color: Torch Red. HEX triplet: F6, 14 and 4D. RGB value is (246,20,77). Sum of RGB (Red+Green+Blue) = 246+20+77=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6144D is #09EBB2. Grayscale: #5E5E5E. Windows color (decimal): -650163 or 5051638. OLE color: 5051638.
HSL color Cylindrical-coordinate representation of color #F6144D: hue angle of 344.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6144D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.04 |
| HSL | 344.87º | 0.93% | 0.52% | - |
| HSV(B) | 344.87º | 0.92% | 0.96% | - |
| XYZ | 39.6 | 20.63 | 8.92 | - |
| YUV | 94.07 | 118.37 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 77 | 0 | 0.92 | 0.69 | 0.04 | 344.87 | 0.93 | 0.52 |
| Hex | F6 | 14 | 4D | 0 | 5C | 45 | 4 | 159 | 5D | 34 |
| Octal | 366 | 24 | 115 | 0 | 134 | 105 | 4 | 531 | 135 | 64 |
| Binary | 11110110 | 10100 | 1001101 | 0 | 1011100 | 1000101 | 100 | 101011001 | 1011101 | 110100 |
Color Harmonies of #F6144D
Complementary color
Monochromatic Colors of #F6144D
Black with #F6144D
Text Example
Text Example
White with #F6144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6144D; }
p { color: rgb(246,20,77); }
H1.HeaderClassName
{
color: #F6144D;
}
.AnyTagClassName
{
color: #F6144D;
}
</style>
background-color css
<style>
a { background-color: #F6144D; }
a { background-color: rgb(246,20,77); }
div.DivClassName
{
background-color: #F6144D;
}
.BgClassName
{
background-color: #F6144D;
}
</style>
border-color css
<style>
span { border-color: #F6144D; }
span { border-color: rgb(246,20,77); }
td.TdClassName
{
border-color: #F6144D;
}
.TagClassName
{
border-color: #F6144D;
}
</style>