Shades of Torch Red #FB094D
Tints of Torch Red #FB094D
RGB
CMYK
RGB Variations
Color information
#FB094D (or 0xFB094D) is known color: Torch Red. HEX triplet: FB, 09 and 4D. RGB value is (251,9,77). Sum of RGB (Red+Green+Blue) = 251+9+77=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB094D is #04F6B2. Grayscale: #595959. Windows color (decimal): -325299 or 5048827. OLE color: 5048827.
HSL color Cylindrical-coordinate representation of color #FB094D: hue angle of 343.14º 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 #FB094D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.02 |
| HSL | 343.14º | 0.97% | 0.51% | - |
| HSV(B) | 343.14º | 0.96% | 0.98% | - |
| XYZ | 41.22 | 21.24 | 8.95 | - |
| YUV | 89.11 | 121.17 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 77 | 0 | 0.96 | 0.69 | 0.02 | 343.14 | 0.97 | 0.51 |
| Hex | FB | 9 | 4D | 0 | 60 | 45 | 2 | 157 | 61 | 33 |
| Octal | 373 | 11 | 115 | 0 | 140 | 105 | 2 | 527 | 141 | 63 |
| Binary | 11111011 | 1001 | 1001101 | 0 | 1100000 | 1000101 | 10 | 101010111 | 1100001 | 110011 |
Color Harmonies of #FB094D
Complementary color
Monochromatic Colors of #FB094D
Black with #FB094D
Text Example
Text Example
White with #FB094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB094D; }
p { color: rgb(251,9,77); }
H1.HeaderClassName
{
color: #FB094D;
}
.AnyTagClassName
{
color: #FB094D;
}
</style>
background-color css
<style>
a { background-color: #FB094D; }
a { background-color: rgb(251,9,77); }
div.DivClassName
{
background-color: #FB094D;
}
.BgClassName
{
background-color: #FB094D;
}
</style>
border-color css
<style>
span { border-color: #FB094D; }
span { border-color: rgb(251,9,77); }
td.TdClassName
{
border-color: #FB094D;
}
.TagClassName
{
border-color: #FB094D;
}
</style>