Shades of Torch Red #FB1046
Tints of Torch Red #FB1046
RGB
CMYK
RGB Variations
Color information
#FB1046 (or 0xFB1046) is known color: Torch Red. HEX triplet: FB, 10 and 46. RGB value is (251,16,70). Sum of RGB (Red+Green+Blue) = 251+16+70=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1046 is #04EFB9. Grayscale: #5C5C5C. Windows color (decimal): -323514 or 4591867. OLE color: 4591867.
HSL color Cylindrical-coordinate representation of color #FB1046: hue angle of 346.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1046 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 70 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.02 |
| HSL | 346.21º | 0.97% | 0.52% | - |
| HSV(B) | 346.21º | 0.94% | 0.98% | - |
| XYZ | 41.07 | 21.32 | 7.75 | - |
| YUV | 92.42 | 115.36 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 70 | 0 | 0.94 | 0.72 | 0.02 | 346.21 | 0.97 | 0.52 |
| Hex | FB | 10 | 46 | 0 | 5E | 48 | 2 | 15A | 61 | 34 |
| Octal | 373 | 20 | 106 | 0 | 136 | 110 | 2 | 532 | 141 | 64 |
| Binary | 11111011 | 10000 | 1000110 | 0 | 1011110 | 1001000 | 10 | 101011010 | 1100001 | 110100 |
Color Harmonies of #FB1046
Complementary color
Monochromatic Colors of #FB1046
Black with #FB1046
Text Example
Text Example
White with #FB1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1046; }
p { color: rgb(251,16,70); }
H1.HeaderClassName
{
color: #FB1046;
}
.AnyTagClassName
{
color: #FB1046;
}
</style>
background-color css
<style>
a { background-color: #FB1046; }
a { background-color: rgb(251,16,70); }
div.DivClassName
{
background-color: #FB1046;
}
.BgClassName
{
background-color: #FB1046;
}
</style>
border-color css
<style>
span { border-color: #FB1046; }
span { border-color: rgb(251,16,70); }
td.TdClassName
{
border-color: #FB1046;
}
.TagClassName
{
border-color: #FB1046;
}
</style>