Shades of Torch Red #FB094C
Tints of Torch Red #FB094C
RGB
CMYK
RGB Variations
Color information
#FB094C (or 0xFB094C) is known color: Torch Red. HEX triplet: FB, 09 and 4C. RGB value is (251,9,76). Sum of RGB (Red+Green+Blue) = 251+9+76=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB094C is #04F6B3. Grayscale: #585858. Windows color (decimal): -325300 or 4983291. OLE color: 4983291.
HSL color Cylindrical-coordinate representation of color #FB094C: hue angle of 343.39º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB094C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.02 |
| HSL | 343.39º | 0.97% | 0.51% | - |
| HSV(B) | 343.39º | 0.96% | 0.98% | - |
| XYZ | 41.19 | 21.23 | 8.76 | - |
| YUV | 89 | 120.67 | 243.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 76 | 0 | 0.96 | 0.70 | 0.02 | 343.39 | 0.97 | 0.51 |
| Hex | FB | 9 | 4C | 0 | 60 | 46 | 2 | 157 | 61 | 33 |
| Octal | 373 | 11 | 114 | 0 | 140 | 106 | 2 | 527 | 141 | 63 |
| Binary | 11111011 | 1001 | 1001100 | 0 | 1100000 | 1000110 | 10 | 101010111 | 1100001 | 110011 |
Color Harmonies of #FB094C
Complementary color
Monochromatic Colors of #FB094C
Black with #FB094C
Text Example
Text Example
White with #FB094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB094C; }
p { color: rgb(251,9,76); }
H1.HeaderClassName
{
color: #FB094C;
}
.AnyTagClassName
{
color: #FB094C;
}
</style>
background-color css
<style>
a { background-color: #FB094C; }
a { background-color: rgb(251,9,76); }
div.DivClassName
{
background-color: #FB094C;
}
.BgClassName
{
background-color: #FB094C;
}
</style>
border-color css
<style>
span { border-color: #FB094C; }
span { border-color: rgb(251,9,76); }
td.TdClassName
{
border-color: #FB094C;
}
.TagClassName
{
border-color: #FB094C;
}
</style>