Shades of Torch Red #F6124C
Tints of Torch Red #F6124C
RGB
CMYK
RGB Variations
Color information
#F6124C (or 0xF6124C) is known color: Torch Red. HEX triplet: F6, 12 and 4C. RGB value is (246,18,76). Sum of RGB (Red+Green+Blue) = 246+18+76=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6124C is #09EDB3. Grayscale: #5C5C5C. Windows color (decimal): -650676 or 4985590. OLE color: 4985590.
HSL color Cylindrical-coordinate representation of color #F6124C: hue angle of 344.74º 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 #F6124C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 76 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.04 |
| HSL | 344.74º | 0.93% | 0.52% | - |
| HSV(B) | 344.74º | 0.93% | 0.96% | - |
| XYZ | 39.53 | 20.55 | 8.72 | - |
| YUV | 92.78 | 118.54 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 76 | 0 | 0.93 | 0.69 | 0.04 | 344.74 | 0.93 | 0.52 |
| Hex | F6 | 12 | 4C | 0 | 5D | 45 | 4 | 159 | 5D | 34 |
| Octal | 366 | 22 | 114 | 0 | 135 | 105 | 4 | 531 | 135 | 64 |
| Binary | 11110110 | 10010 | 1001100 | 0 | 1011101 | 1000101 | 100 | 101011001 | 1011101 | 110100 |
Color Harmonies of #F6124C
Complementary color
Monochromatic Colors of #F6124C
Black with #F6124C
Text Example
Text Example
White with #F6124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6124C; }
p { color: rgb(246,18,76); }
H1.HeaderClassName
{
color: #F6124C;
}
.AnyTagClassName
{
color: #F6124C;
}
</style>
background-color css
<style>
a { background-color: #F6124C; }
a { background-color: rgb(246,18,76); }
div.DivClassName
{
background-color: #F6124C;
}
.BgClassName
{
background-color: #F6124C;
}
</style>
border-color css
<style>
span { border-color: #F6124C; }
span { border-color: rgb(246,18,76); }
td.TdClassName
{
border-color: #F6124C;
}
.TagClassName
{
border-color: #F6124C;
}
</style>