Shades of Torch Red #FB044A
Tints of Torch Red #FB044A
RGB
CMYK
RGB Variations
Color information
#FB044A (or 0xFB044A) is known color: Torch Red. HEX triplet: FB, 04 and 4A. RGB value is (251,4,74). Sum of RGB (Red+Green+Blue) = 251+4+74=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB044A is #04FBB5. Grayscale: #555555. Windows color (decimal): -326582 or 4850939. OLE color: 4850939.
HSL color Cylindrical-coordinate representation of color #FB044A: hue angle of 343º 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 #FB044A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.02 |
| HSL | 343º | 0.97% | 0.5% | - |
| HSV(B) | 343º | 0.98% | 0.98% | - |
| XYZ | 41.06 | 21.09 | 8.39 | - |
| YUV | 85.83 | 121.33 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 74 | 0 | 0.98 | 0.71 | 0.02 | 343 | 0.97 | 0.5 |
| Hex | FB | 4 | 4A | 0 | 62 | 47 | 2 | 157 | 61 | 32 |
| Octal | 373 | 4 | 112 | 0 | 142 | 107 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 100 | 1001010 | 0 | 1100010 | 1000111 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB044A
Complementary color
Monochromatic Colors of #FB044A
Black with #FB044A
Text Example
Text Example
White with #FB044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB044A; }
p { color: rgb(251,4,74); }
H1.HeaderClassName
{
color: #FB044A;
}
.AnyTagClassName
{
color: #FB044A;
}
</style>
background-color css
<style>
a { background-color: #FB044A; }
a { background-color: rgb(251,4,74); }
div.DivClassName
{
background-color: #FB044A;
}
.BgClassName
{
background-color: #FB044A;
}
</style>
border-color css
<style>
span { border-color: #FB044A; }
span { border-color: rgb(251,4,74); }
td.TdClassName
{
border-color: #FB044A;
}
.TagClassName
{
border-color: #FB044A;
}
</style>