Shades of Torch Red #F6123B
Tints of Torch Red #F6123B
RGB
CMYK
RGB Variations
Color information
#F6123B (or 0xF6123B) is known color: Torch Red. HEX triplet: F6, 12 and 3B. RGB value is (246,18,59). Sum of RGB (Red+Green+Blue) = 246+18+59=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F6123B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6123B is #09EDC4. Grayscale: #5A5A5A. Windows color (decimal): -650693 or 3871478. OLE color: 3871478.
HSL color Cylindrical-coordinate representation of color #F6123B: hue angle of 349.21º 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 #F6123B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.04 |
| HSL | 349.21º | 0.93% | 0.52% | - |
| HSV(B) | 349.21º | 0.93% | 0.96% | - |
| XYZ | 39.01 | 20.34 | 6.01 | - |
| YUV | 90.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 59 | 0 | 0.93 | 0.76 | 0.04 | 349.21 | 0.93 | 0.52 |
| Hex | F6 | 12 | 3B | 0 | 5D | 4C | 4 | 15D | 5D | 34 |
| Octal | 366 | 22 | 73 | 0 | 135 | 114 | 4 | 535 | 135 | 64 |
| Binary | 11110110 | 10010 | 111011 | 0 | 1011101 | 1001100 | 100 | 101011101 | 1011101 | 110100 |
Color Harmonies of #F6123B
Complementary color
Monochromatic Colors of #F6123B
Black with #F6123B
Text Example
Text Example
White with #F6123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6123B; }
p { color: rgb(246,18,59); }
H1.HeaderClassName
{
color: #F6123B;
}
.AnyTagClassName
{
color: #F6123B;
}
</style>
background-color css
<style>
a { background-color: #F6123B; }
a { background-color: rgb(246,18,59); }
div.DivClassName
{
background-color: #F6123B;
}
.BgClassName
{
background-color: #F6123B;
}
</style>
border-color css
<style>
span { border-color: #F6123B; }
span { border-color: rgb(246,18,59); }
td.TdClassName
{
border-color: #F6123B;
}
.TagClassName
{
border-color: #F6123B;
}
</style>