Shades of Torch Red #FB0149
Tints of Torch Red #FB0149
RGB
CMYK
RGB Variations
Color information
#FB0149 (or 0xFB0149) is known color: Torch Red. HEX triplet: FB, 01 and 49. RGB value is (251,1,73). Sum of RGB (Red+Green+Blue) = 251+1+73=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0149 is #04FEB6. Grayscale: #535353. Windows color (decimal): -327351 or 4784635. OLE color: 4784635.
HSL color Cylindrical-coordinate representation of color #FB0149: hue angle of 342.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0149 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.02 |
| HSL | 342.72º | 0.99% | 0.49% | - |
| HSV(B) | 342.72º | 1% | 0.98% | - |
| XYZ | 41 | 21.01 | 8.2 | - |
| YUV | 83.96 | 121.83 | 247.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 73 | 0 | 1.00 | 0.71 | 0.02 | 342.72 | 0.99 | 0.49 |
| Hex | FB | 1 | 49 | 0 | 64 | 47 | 2 | 157 | 63 | 31 |
| Octal | 373 | 1 | 111 | 0 | 144 | 107 | 2 | 527 | 143 | 61 |
| Binary | 11111011 | 1 | 1001001 | 0 | 1100100 | 1000111 | 10 | 101010111 | 1100011 | 110001 |
Color Harmonies of #FB0149
Complementary color
Monochromatic Colors of #FB0149
Black with #FB0149
Text Example
Text Example
White with #FB0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0149; }
p { color: rgb(251,1,73); }
H1.HeaderClassName
{
color: #FB0149;
}
.AnyTagClassName
{
color: #FB0149;
}
</style>
background-color css
<style>
a { background-color: #FB0149; }
a { background-color: rgb(251,1,73); }
div.DivClassName
{
background-color: #FB0149;
}
.BgClassName
{
background-color: #FB0149;
}
</style>
border-color css
<style>
span { border-color: #FB0149; }
span { border-color: rgb(251,1,73); }
td.TdClassName
{
border-color: #FB0149;
}
.TagClassName
{
border-color: #FB0149;
}
</style>