Shades of Torch Red #FB043B
Tints of Torch Red #FB043B
RGB
CMYK
RGB Variations
Color information
#FB043B (or 0xFB043B) is known color: Torch Red. HEX triplet: FB, 04 and 3B. RGB value is (251,4,59). Sum of RGB (Red+Green+Blue) = 251+4+59=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB043B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB043B is #04FBC4. Grayscale: #545454. Windows color (decimal): -326597 or 3867899. OLE color: 3867899.
HSL color Cylindrical-coordinate representation of color #FB043B: hue angle of 346.64º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB043B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.64º | 0.97% | 0.5% | - |
| HSV(B) | 346.64º | 0.98% | 0.98% | - |
| XYZ | 40.62 | 20.91 | 6.03 | - |
| YUV | 84.12 | 113.83 | 247.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 59 | 0 | 0.98 | 0.76 | 0.02 | 346.64 | 0.97 | 0.5 |
| Hex | FB | 4 | 3B | 0 | 62 | 4C | 2 | 15B | 61 | 32 |
| Octal | 373 | 4 | 73 | 0 | 142 | 114 | 2 | 533 | 141 | 62 |
| Binary | 11111011 | 100 | 111011 | 0 | 1100010 | 1001100 | 10 | 101011011 | 1100001 | 110010 |
Color Harmonies of #FB043B
Complementary color
Monochromatic Colors of #FB043B
Black with #FB043B
Text Example
Text Example
White with #FB043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB043B; }
p { color: rgb(251,4,59); }
H1.HeaderClassName
{
color: #FB043B;
}
.AnyTagClassName
{
color: #FB043B;
}
</style>
background-color css
<style>
a { background-color: #FB043B; }
a { background-color: rgb(251,4,59); }
div.DivClassName
{
background-color: #FB043B;
}
.BgClassName
{
background-color: #FB043B;
}
</style>
border-color css
<style>
span { border-color: #FB043B; }
span { border-color: rgb(251,4,59); }
td.TdClassName
{
border-color: #FB043B;
}
.TagClassName
{
border-color: #FB043B;
}
</style>