Shades of Torch Red #FB0046
Tints of Torch Red #FB0046
RGB
CMYK
RGB Variations
Color information
#FB0046 (or 0xFB0046) is known color: Torch Red. HEX triplet: FB, 00 and 46. RGB value is (251,0,70). Sum of RGB (Red+Green+Blue) = 251+0+70=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0046 is #04FFB9. Grayscale: #535353. Windows color (decimal): -327610 or 4587771. OLE color: 4587771.
HSL color Cylindrical-coordinate representation of color #FB0046: hue angle of 343.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0046 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.72 | 0.02 |
| HSL | 343.27º | 1% | 0.49% | - |
| HSV(B) | 343.27º | 1% | 0.98% | - |
| XYZ | 40.89 | 20.95 | 7.68 | - |
| YUV | 83.03 | 120.66 | 247.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 70 | 0 | 1 | 0.72 | 0.02 | 343.27 | 1 | 0.49 |
| Hex | FB | 0 | 46 | 0 | 64 | 48 | 2 | 157 | 64 | 31 |
| Octal | 373 | 0 | 106 | 0 | 144 | 110 | 2 | 527 | 144 | 61 |
| Binary | 11111011 | 0 | 1000110 | 0 | 1100100 | 1001000 | 10 | 101010111 | 1100100 | 110001 |
Color Harmonies of #FB0046
Complementary color
Monochromatic Colors of #FB0046
Black with #FB0046
Text Example
Text Example
White with #FB0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0046; }
p { color: rgb(251,0,70); }
H1.HeaderClassName
{
color: #FB0046;
}
.AnyTagClassName
{
color: #FB0046;
}
</style>
background-color css
<style>
a { background-color: #FB0046; }
a { background-color: rgb(251,0,70); }
div.DivClassName
{
background-color: #FB0046;
}
.BgClassName
{
background-color: #FB0046;
}
</style>
border-color css
<style>
span { border-color: #FB0046; }
span { border-color: rgb(251,0,70); }
td.TdClassName
{
border-color: #FB0046;
}
.TagClassName
{
border-color: #FB0046;
}
</style>