Shades of Torch Red #F6144B
Tints of Torch Red #F6144B
RGB
CMYK
RGB Variations
Color information
#F6144B (or 0xF6144B) is known color: Torch Red. HEX triplet: F6, 14 and 4B. RGB value is (246,20,75). Sum of RGB (Red+Green+Blue) = 246+20+75=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6144B is #09EBB4. Grayscale: #5D5D5D. Windows color (decimal): -650165 or 4920566. OLE color: 4920566.
HSL color Cylindrical-coordinate representation of color #F6144B: hue angle of 345.4º 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 #F6144B is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.04 |
| HSL | 345.4º | 0.93% | 0.52% | - |
| HSV(B) | 345.4º | 0.92% | 0.96% | - |
| XYZ | 39.53 | 20.6 | 8.55 | - |
| YUV | 93.84 | 117.37 | 236.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 75 | 0 | 0.92 | 0.70 | 0.04 | 345.4 | 0.93 | 0.52 |
| Hex | F6 | 14 | 4B | 0 | 5C | 46 | 4 | 159 | 5D | 34 |
| Octal | 366 | 24 | 113 | 0 | 134 | 106 | 4 | 531 | 135 | 64 |
| Binary | 11110110 | 10100 | 1001011 | 0 | 1011100 | 1000110 | 100 | 101011001 | 1011101 | 110100 |
Color Harmonies of #F6144B
Complementary color
Monochromatic Colors of #F6144B
Black with #F6144B
Text Example
Text Example
White with #F6144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6144B; }
p { color: rgb(246,20,75); }
H1.HeaderClassName
{
color: #F6144B;
}
.AnyTagClassName
{
color: #F6144B;
}
</style>
background-color css
<style>
a { background-color: #F6144B; }
a { background-color: rgb(246,20,75); }
div.DivClassName
{
background-color: #F6144B;
}
.BgClassName
{
background-color: #F6144B;
}
</style>
border-color css
<style>
span { border-color: #F6144B; }
span { border-color: rgb(246,20,75); }
td.TdClassName
{
border-color: #F6144B;
}
.TagClassName
{
border-color: #F6144B;
}
</style>