Shades of Torch Red #FB144E
Tints of Torch Red #FB144E
RGB
CMYK
RGB Variations
Color information
#FB144E (or 0xFB144E) is known color: Torch Red. HEX triplet: FB, 14 and 4E. RGB value is (251,20,78). Sum of RGB (Red+Green+Blue) = 251+20+78=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB144E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB144E is #04EBB1. Grayscale: #5F5F5F. Windows color (decimal): -322482 or 5117179. OLE color: 5117179.
HSL color Cylindrical-coordinate representation of color #FB144E: hue angle of 344.94º 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 #FB144E is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 78 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 344.94º | 0.97% | 0.53% | - |
| HSV(B) | 344.94º | 0.92% | 0.98% | - |
| XYZ | 41.41 | 21.56 | 9.19 | - |
| YUV | 95.68 | 118.03 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 78 | 0 | 0.92 | 0.69 | 0.02 | 344.94 | 0.97 | 0.53 |
| Hex | FB | 14 | 4E | 0 | 5C | 45 | 2 | 159 | 61 | 35 |
| Octal | 373 | 24 | 116 | 0 | 134 | 105 | 2 | 531 | 141 | 65 |
| Binary | 11111011 | 10100 | 1001110 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1100001 | 110101 |
Color Harmonies of #FB144E
Complementary color
Monochromatic Colors of #FB144E
Black with #FB144E
Text Example
Text Example
White with #FB144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB144E; }
p { color: rgb(251,20,78); }
H1.HeaderClassName
{
color: #FB144E;
}
.AnyTagClassName
{
color: #FB144E;
}
</style>
background-color css
<style>
a { background-color: #FB144E; }
a { background-color: rgb(251,20,78); }
div.DivClassName
{
background-color: #FB144E;
}
.BgClassName
{
background-color: #FB144E;
}
</style>
border-color css
<style>
span { border-color: #FB144E; }
span { border-color: rgb(251,20,78); }
td.TdClassName
{
border-color: #FB144E;
}
.TagClassName
{
border-color: #FB144E;
}
</style>