Shades of Torch Red #FB034A
Tints of Torch Red #FB034A
RGB
CMYK
RGB Variations
Color information
#FB034A (or 0xFB034A) is known color: Torch Red. HEX triplet: FB, 03 and 4A. RGB value is (251,3,74). Sum of RGB (Red+Green+Blue) = 251+3+74=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB034A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB034A is #04FCB5. Grayscale: #555555. Windows color (decimal): -326838 or 4850683. OLE color: 4850683.
HSL color Cylindrical-coordinate representation of color #FB034A: hue angle of 342.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB034A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.02 |
| HSL | 342.82º | 0.98% | 0.5% | - |
| HSV(B) | 342.82º | 0.99% | 0.98% | - |
| XYZ | 41.05 | 21.07 | 8.38 | - |
| YUV | 85.25 | 121.66 | 246.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 74 | 0 | 0.99 | 0.71 | 0.02 | 342.82 | 0.98 | 0.5 |
| Hex | FB | 3 | 4A | 0 | 63 | 47 | 2 | 157 | 62 | 32 |
| Octal | 373 | 3 | 112 | 0 | 143 | 107 | 2 | 527 | 142 | 62 |
| Binary | 11111011 | 11 | 1001010 | 0 | 1100011 | 1000111 | 10 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FB034A
Complementary color
Monochromatic Colors of #FB034A
Black with #FB034A
Text Example
Text Example
White with #FB034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB034A; }
p { color: rgb(251,3,74); }
H1.HeaderClassName
{
color: #FB034A;
}
.AnyTagClassName
{
color: #FB034A;
}
</style>
background-color css
<style>
a { background-color: #FB034A; }
a { background-color: rgb(251,3,74); }
div.DivClassName
{
background-color: #FB034A;
}
.BgClassName
{
background-color: #FB034A;
}
</style>
border-color css
<style>
span { border-color: #FB034A; }
span { border-color: rgb(251,3,74); }
td.TdClassName
{
border-color: #FB034A;
}
.TagClassName
{
border-color: #FB034A;
}
</style>