Shades of Torch Red #FF1246
Tints of Torch Red #FF1246
RGB
CMYK
RGB Variations
Color information
#FF1246 (or 0xFF1246) is known color: Torch Red. HEX triplet: FF, 12 and 46. RGB value is (255,18,70). Sum of RGB (Red+Green+Blue) = 255+18+70=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1246 is #00EDB9. Grayscale: #5E5E5E. Windows color (decimal): -60858 or 4592383. OLE color: 4592383.
HSL color Cylindrical-coordinate representation of color #FF1246: hue angle of 346.84º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1246 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 70 | - |
| CMYK | 0 | 0.93 | 0.73 | 0 |
| HSL | 346.84º | 1% | 0.54% | - |
| HSV(B) | 346.84º | 0.93% | 1% | - |
| XYZ | 42.56 | 22.13 | 7.82 | - |
| YUV | 94.79 | 114.02 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 70 | 0 | 0.93 | 0.73 | 0 | 346.84 | 1 | 0.54 |
| Hex | FF | 12 | 46 | 0 | 5D | 49 | 0 | 15B | 64 | 36 |
| Octal | 377 | 22 | 106 | 0 | 135 | 111 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10010 | 1000110 | 0 | 1011101 | 1001001 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1246
Complementary color
Monochromatic Colors of #FF1246
Black with #FF1246
Text Example
Text Example
White with #FF1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1246; }
p { color: rgb(255,18,70); }
H1.HeaderClassName
{
color: #FF1246;
}
.AnyTagClassName
{
color: #FF1246;
}
</style>
background-color css
<style>
a { background-color: #FF1246; }
a { background-color: rgb(255,18,70); }
div.DivClassName
{
background-color: #FF1246;
}
.BgClassName
{
background-color: #FF1246;
}
</style>
border-color css
<style>
span { border-color: #FF1246; }
span { border-color: rgb(255,18,70); }
td.TdClassName
{
border-color: #FF1246;
}
.TagClassName
{
border-color: #FF1246;
}
</style>