Shades of Torch Red #FB074D
Tints of Torch Red #FB074D
RGB
CMYK
RGB Variations
Color information
#FB074D (or 0xFB074D) is known color: Torch Red. HEX triplet: FB, 07 and 4D. RGB value is (251,7,77). Sum of RGB (Red+Green+Blue) = 251+7+77=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB074D is #04F8B2. Grayscale: #575757. Windows color (decimal): -325811 or 5048315. OLE color: 5048315.
HSL color Cylindrical-coordinate representation of color #FB074D: hue angle of 342.79º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB074D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.02 |
| HSL | 342.79º | 0.97% | 0.51% | - |
| HSV(B) | 342.79º | 0.97% | 0.98% | - |
| XYZ | 41.2 | 21.2 | 8.94 | - |
| YUV | 87.94 | 121.84 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 77 | 0 | 0.97 | 0.69 | 0.02 | 342.79 | 0.97 | 0.51 |
| Hex | FB | 7 | 4D | 0 | 61 | 45 | 2 | 157 | 61 | 33 |
| Octal | 373 | 7 | 115 | 0 | 141 | 105 | 2 | 527 | 141 | 63 |
| Binary | 11111011 | 111 | 1001101 | 0 | 1100001 | 1000101 | 10 | 101010111 | 1100001 | 110011 |
Color Harmonies of #FB074D
Complementary color
Monochromatic Colors of #FB074D
Black with #FB074D
Text Example
Text Example
White with #FB074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB074D; }
p { color: rgb(251,7,77); }
H1.HeaderClassName
{
color: #FB074D;
}
.AnyTagClassName
{
color: #FB074D;
}
</style>
background-color css
<style>
a { background-color: #FB074D; }
a { background-color: rgb(251,7,77); }
div.DivClassName
{
background-color: #FB074D;
}
.BgClassName
{
background-color: #FB074D;
}
</style>
border-color css
<style>
span { border-color: #FB074D; }
span { border-color: rgb(251,7,77); }
td.TdClassName
{
border-color: #FB074D;
}
.TagClassName
{
border-color: #FB074D;
}
</style>