Shades of Torch Red #FB094A
Tints of Torch Red #FB094A
RGB
CMYK
RGB Variations
Color information
#FB094A (or 0xFB094A) is known color: Torch Red. HEX triplet: FB, 09 and 4A. RGB value is (251,9,74). Sum of RGB (Red+Green+Blue) = 251+9+74=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB094A is #04F6B5. Grayscale: #585858. Windows color (decimal): -325302 or 4852219. OLE color: 4852219.
HSL color Cylindrical-coordinate representation of color #FB094A: hue angle of 343.88º 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 #FB094A is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.02 |
| HSL | 343.88º | 0.97% | 0.51% | - |
| HSV(B) | 343.88º | 0.96% | 0.98% | - |
| XYZ | 41.12 | 21.2 | 8.4 | - |
| YUV | 88.77 | 119.67 | 243.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 74 | 0 | 0.96 | 0.71 | 0.02 | 343.88 | 0.97 | 0.51 |
| Hex | FB | 9 | 4A | 0 | 60 | 47 | 2 | 158 | 61 | 33 |
| Octal | 373 | 11 | 112 | 0 | 140 | 107 | 2 | 530 | 141 | 63 |
| Binary | 11111011 | 1001 | 1001010 | 0 | 1100000 | 1000111 | 10 | 101011000 | 1100001 | 110011 |
Color Harmonies of #FB094A
Complementary color
Monochromatic Colors of #FB094A
Black with #FB094A
Text Example
Text Example
White with #FB094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB094A; }
p { color: rgb(251,9,74); }
H1.HeaderClassName
{
color: #FB094A;
}
.AnyTagClassName
{
color: #FB094A;
}
</style>
background-color css
<style>
a { background-color: #FB094A; }
a { background-color: rgb(251,9,74); }
div.DivClassName
{
background-color: #FB094A;
}
.BgClassName
{
background-color: #FB094A;
}
</style>
border-color css
<style>
span { border-color: #FB094A; }
span { border-color: rgb(251,9,74); }
td.TdClassName
{
border-color: #FB094A;
}
.TagClassName
{
border-color: #FB094A;
}
</style>