Shades of Torch Red #FB164D
Tints of Torch Red #FB164D
RGB
CMYK
RGB Variations
Color information
#FB164D (or 0xFB164D) is known color: Torch Red. HEX triplet: FB, 16 and 4D. RGB value is (251,22,77). Sum of RGB (Red+Green+Blue) = 251+22+77=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB164D is #04E9B2. Grayscale: #606060. Windows color (decimal): -321971 or 5052155. OLE color: 5052155.
HSL color Cylindrical-coordinate representation of color #FB164D: hue angle of 345.59º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB164D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.02 |
| HSL | 345.59º | 0.97% | 0.54% | - |
| HSV(B) | 345.59º | 0.91% | 0.98% | - |
| XYZ | 41.41 | 21.62 | 9.01 | - |
| YUV | 96.74 | 116.87 | 238.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 77 | 0 | 0.91 | 0.69 | 0.02 | 345.59 | 0.97 | 0.54 |
| Hex | FB | 16 | 4D | 0 | 5B | 45 | 2 | 15A | 61 | 36 |
| Octal | 373 | 26 | 115 | 0 | 133 | 105 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 10110 | 1001101 | 0 | 1011011 | 1000101 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB164D
Complementary color
Monochromatic Colors of #FB164D
Black with #FB164D
Text Example
Text Example
White with #FB164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB164D; }
p { color: rgb(251,22,77); }
H1.HeaderClassName
{
color: #FB164D;
}
.AnyTagClassName
{
color: #FB164D;
}
</style>
background-color css
<style>
a { background-color: #FB164D; }
a { background-color: rgb(251,22,77); }
div.DivClassName
{
background-color: #FB164D;
}
.BgClassName
{
background-color: #FB164D;
}
</style>
border-color css
<style>
span { border-color: #FB164D; }
span { border-color: rgb(251,22,77); }
td.TdClassName
{
border-color: #FB164D;
}
.TagClassName
{
border-color: #FB164D;
}
</style>