Shades of Torch Red #FB1246
Tints of Torch Red #FB1246
RGB
CMYK
RGB Variations
Color information
#FB1246 (or 0xFB1246) is known color: Torch Red. HEX triplet: FB, 12 and 46. RGB value is (251,18,70). Sum of RGB (Red+Green+Blue) = 251+18+70=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1246 is #04EDB9. Grayscale: #5D5D5D. Windows color (decimal): -323002 or 4592379. OLE color: 4592379.
HSL color Cylindrical-coordinate representation of color #FB1246: hue angle of 346.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB1246 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 70 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.02 |
| HSL | 346.61º | 0.97% | 0.53% | - |
| HSV(B) | 346.61º | 0.93% | 0.98% | - |
| XYZ | 41.11 | 21.38 | 7.76 | - |
| YUV | 93.6 | 114.69 | 240.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 70 | 0 | 0.93 | 0.72 | 0.02 | 346.61 | 0.97 | 0.53 |
| Hex | FB | 12 | 46 | 0 | 5D | 48 | 2 | 15B | 61 | 35 |
| Octal | 373 | 22 | 106 | 0 | 135 | 110 | 2 | 533 | 141 | 65 |
| Binary | 11111011 | 10010 | 1000110 | 0 | 1011101 | 1001000 | 10 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FB1246
Complementary color
Monochromatic Colors of #FB1246
Black with #FB1246
Text Example
Text Example
White with #FB1246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1246; }
p { color: rgb(251,18,70); }
H1.HeaderClassName
{
color: #FB1246;
}
.AnyTagClassName
{
color: #FB1246;
}
</style>
background-color css
<style>
a { background-color: #FB1246; }
a { background-color: rgb(251,18,70); }
div.DivClassName
{
background-color: #FB1246;
}
.BgClassName
{
background-color: #FB1246;
}
</style>
border-color css
<style>
span { border-color: #FB1246; }
span { border-color: rgb(251,18,70); }
td.TdClassName
{
border-color: #FB1246;
}
.TagClassName
{
border-color: #FB1246;
}
</style>