Shades of Torch Red #FB154C
Tints of Torch Red #FB154C
RGB
CMYK
RGB Variations
Color information
#FB154C (or 0xFB154C) is known color: Torch Red. HEX triplet: FB, 15 and 4C. RGB value is (251,21,76). Sum of RGB (Red+Green+Blue) = 251+21+76=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB154C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB154C is #04EAB3. Grayscale: #606060. Windows color (decimal): -322228 or 4986363. OLE color: 4986363.
HSL color Cylindrical-coordinate representation of color #FB154C: hue angle of 345.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB154C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 76 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.02 |
| HSL | 345.65º | 0.97% | 0.53% | - |
| HSV(B) | 345.65º | 0.92% | 0.98% | - |
| XYZ | 41.36 | 21.57 | 8.82 | - |
| YUV | 96.04 | 116.7 | 238.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 76 | 0 | 0.92 | 0.70 | 0.02 | 345.65 | 0.97 | 0.53 |
| Hex | FB | 15 | 4C | 0 | 5C | 46 | 2 | 15A | 61 | 35 |
| Octal | 373 | 25 | 114 | 0 | 134 | 106 | 2 | 532 | 141 | 65 |
| Binary | 11111011 | 10101 | 1001100 | 0 | 1011100 | 1000110 | 10 | 101011010 | 1100001 | 110101 |
Color Harmonies of #FB154C
Complementary color
Monochromatic Colors of #FB154C
Black with #FB154C
Text Example
Text Example
White with #FB154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB154C; }
p { color: rgb(251,21,76); }
H1.HeaderClassName
{
color: #FB154C;
}
.AnyTagClassName
{
color: #FB154C;
}
</style>
background-color css
<style>
a { background-color: #FB154C; }
a { background-color: rgb(251,21,76); }
div.DivClassName
{
background-color: #FB154C;
}
.BgClassName
{
background-color: #FB154C;
}
</style>
border-color css
<style>
span { border-color: #FB154C; }
span { border-color: rgb(251,21,76); }
td.TdClassName
{
border-color: #FB154C;
}
.TagClassName
{
border-color: #FB154C;
}
</style>