Shades of Torch Red #FB194B
Tints of Torch Red #FB194B
RGB
CMYK
RGB Variations
Color information
#FB194B (or 0xFB194B) is known color: Torch Red. HEX triplet: FB, 19 and 4B. RGB value is (251,25,75). Sum of RGB (Red+Green+Blue) = 251+25+75=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB194B is #04E6B4. Grayscale: #626262. Windows color (decimal): -321205 or 4921851. OLE color: 4921851.
HSL color Cylindrical-coordinate representation of color #FB194B: hue angle of 346.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB194B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.73º | 0.97% | 0.54% | - |
| HSV(B) | 346.73º | 0.9% | 0.98% | - |
| XYZ | 41.4 | 21.71 | 8.67 | - |
| YUV | 98.27 | 114.87 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 75 | 0 | 0.90 | 0.70 | 0.02 | 346.73 | 0.97 | 0.54 |
| Hex | FB | 19 | 4B | 0 | 5A | 46 | 2 | 15B | 61 | 36 |
| Octal | 373 | 31 | 113 | 0 | 132 | 106 | 2 | 533 | 141 | 66 |
| Binary | 11111011 | 11001 | 1001011 | 0 | 1011010 | 1000110 | 10 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FB194B
Complementary color
Monochromatic Colors of #FB194B
Black with #FB194B
Text Example
Text Example
White with #FB194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB194B; }
p { color: rgb(251,25,75); }
H1.HeaderClassName
{
color: #FB194B;
}
.AnyTagClassName
{
color: #FB194B;
}
</style>
background-color css
<style>
a { background-color: #FB194B; }
a { background-color: rgb(251,25,75); }
div.DivClassName
{
background-color: #FB194B;
}
.BgClassName
{
background-color: #FB194B;
}
</style>
border-color css
<style>
span { border-color: #FB194B; }
span { border-color: rgb(251,25,75); }
td.TdClassName
{
border-color: #FB194B;
}
.TagClassName
{
border-color: #FB194B;
}
</style>