Shades of Torch Red #F6124D
Tints of Torch Red #F6124D
RGB
CMYK
RGB Variations
Color information
#F6124D (or 0xF6124D) is known color: Torch Red. HEX triplet: F6, 12 and 4D. RGB value is (246,18,77). Sum of RGB (Red+Green+Blue) = 246+18+77=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6124D is #09EDB2. Grayscale: #5C5C5C. Windows color (decimal): -650675 or 5051126. OLE color: 5051126.
HSL color Cylindrical-coordinate representation of color #F6124D: hue angle of 344.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6124D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.04 |
| HSL | 344.47º | 0.93% | 0.52% | - |
| HSV(B) | 344.47º | 0.93% | 0.96% | - |
| XYZ | 39.56 | 20.56 | 8.9 | - |
| YUV | 92.9 | 119.04 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 77 | 0 | 0.93 | 0.69 | 0.04 | 344.47 | 0.93 | 0.52 |
| Hex | F6 | 12 | 4D | 0 | 5D | 45 | 4 | 158 | 5D | 34 |
| Octal | 366 | 22 | 115 | 0 | 135 | 105 | 4 | 530 | 135 | 64 |
| Binary | 11110110 | 10010 | 1001101 | 0 | 1011101 | 1000101 | 100 | 101011000 | 1011101 | 110100 |
Color Harmonies of #F6124D
Complementary color
Monochromatic Colors of #F6124D
Black with #F6124D
Text Example
Text Example
White with #F6124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6124D; }
p { color: rgb(246,18,77); }
H1.HeaderClassName
{
color: #F6124D;
}
.AnyTagClassName
{
color: #F6124D;
}
</style>
background-color css
<style>
a { background-color: #F6124D; }
a { background-color: rgb(246,18,77); }
div.DivClassName
{
background-color: #F6124D;
}
.BgClassName
{
background-color: #F6124D;
}
</style>
border-color css
<style>
span { border-color: #F6124D; }
span { border-color: rgb(246,18,77); }
td.TdClassName
{
border-color: #F6124D;
}
.TagClassName
{
border-color: #F6124D;
}
</style>