Shades of Torch Red #FB044B
Tints of Torch Red #FB044B
RGB
CMYK
RGB Variations
Color information
#FB044B (or 0xFB044B) is known color: Torch Red. HEX triplet: FB, 04 and 4B. RGB value is (251,4,75). Sum of RGB (Red+Green+Blue) = 251+4+75=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB044B is #04FBB4. Grayscale: #555555. Windows color (decimal): -326581 or 4916475. OLE color: 4916475.
HSL color Cylindrical-coordinate representation of color #FB044B: hue angle of 342.75º 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 #FB044B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.02 |
| HSL | 342.75º | 0.97% | 0.5% | - |
| HSV(B) | 342.75º | 0.98% | 0.98% | - |
| XYZ | 41.1 | 21.1 | 8.56 | - |
| YUV | 85.95 | 121.83 | 245.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 75 | 0 | 0.98 | 0.70 | 0.02 | 342.75 | 0.97 | 0.5 |
| Hex | FB | 4 | 4B | 0 | 62 | 46 | 2 | 157 | 61 | 32 |
| Octal | 373 | 4 | 113 | 0 | 142 | 106 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 100 | 1001011 | 0 | 1100010 | 1000110 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB044B
Complementary color
Monochromatic Colors of #FB044B
Black with #FB044B
Text Example
Text Example
White with #FB044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB044B; }
p { color: rgb(251,4,75); }
H1.HeaderClassName
{
color: #FB044B;
}
.AnyTagClassName
{
color: #FB044B;
}
</style>
background-color css
<style>
a { background-color: #FB044B; }
a { background-color: rgb(251,4,75); }
div.DivClassName
{
background-color: #FB044B;
}
.BgClassName
{
background-color: #FB044B;
}
</style>
border-color css
<style>
span { border-color: #FB044B; }
span { border-color: rgb(251,4,75); }
td.TdClassName
{
border-color: #FB044B;
}
.TagClassName
{
border-color: #FB044B;
}
</style>