Shades of Torch Red #FB0B46
Tints of Torch Red #FB0B46
RGB
CMYK
RGB Variations
Color information
#FB0B46 (or 0xFB0B46) is known color: Torch Red. HEX triplet: FB, 0B and 46. RGB value is (251,11,70). Sum of RGB (Red+Green+Blue) = 251+11+70=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0B46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0B46 is #04F4B9. Grayscale: #595959. Windows color (decimal): -324794 or 4590587. OLE color: 4590587.
HSL color Cylindrical-coordinate representation of color #FB0B46: hue angle of 345.25º 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 #FB0B46 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 11 | 70 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.02 |
| HSL | 345.25º | 0.97% | 0.51% | - |
| HSV(B) | 345.25º | 0.96% | 0.98% | - |
| XYZ | 41.01 | 21.19 | 7.72 | - |
| YUV | 89.49 | 117.01 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 11 | 70 | 0 | 0.96 | 0.72 | 0.02 | 345.25 | 0.97 | 0.51 |
| Hex | FB | B | 46 | 0 | 60 | 48 | 2 | 159 | 61 | 33 |
| Octal | 373 | 13 | 106 | 0 | 140 | 110 | 2 | 531 | 141 | 63 |
| Binary | 11111011 | 1011 | 1000110 | 0 | 1100000 | 1001000 | 10 | 101011001 | 1100001 | 110011 |
Color Harmonies of #FB0B46
Complementary color
Monochromatic Colors of #FB0B46
Black with #FB0B46
Text Example
Text Example
White with #FB0B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0B46; }
p { color: rgb(251,11,70); }
H1.HeaderClassName
{
color: #FB0B46;
}
.AnyTagClassName
{
color: #FB0B46;
}
</style>
background-color css
<style>
a { background-color: #FB0B46; }
a { background-color: rgb(251,11,70); }
div.DivClassName
{
background-color: #FB0B46;
}
.BgClassName
{
background-color: #FB0B46;
}
</style>
border-color css
<style>
span { border-color: #FB0B46; }
span { border-color: rgb(251,11,70); }
td.TdClassName
{
border-color: #FB0B46;
}
.TagClassName
{
border-color: #FB0B46;
}
</style>