Shades of Torch Red #FB0042
Tints of Torch Red #FB0042
RGB
CMYK
RGB Variations
Color information
#FB0042 (or 0xFB0042) is known color: Torch Red. HEX triplet: FB, 00 and 42. RGB value is (251,0,66). Sum of RGB (Red+Green+Blue) = 251+0+66=317 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.18% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0042 is #04FFBD. Grayscale: #525252. Windows color (decimal): -327614 or 4325627. OLE color: 4325627.
HSL color Cylindrical-coordinate representation of color #FB0042: hue angle of 344.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0042 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.74 | 0.02 |
| HSL | 344.22º | 1% | 0.49% | - |
| HSV(B) | 344.22º | 1% | 0.98% | - |
| XYZ | 40.77 | 20.9 | 7.04 | - |
| YUV | 82.57 | 118.66 | 248.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 66 | 0 | 1 | 0.74 | 0.02 | 344.22 | 1 | 0.49 |
| Hex | FB | 0 | 42 | 0 | 64 | 4A | 2 | 158 | 64 | 31 |
| Octal | 373 | 0 | 102 | 0 | 144 | 112 | 2 | 530 | 144 | 61 |
| Binary | 11111011 | 0 | 1000010 | 0 | 1100100 | 1001010 | 10 | 101011000 | 1100100 | 110001 |
Color Harmonies of #FB0042
Complementary color
Monochromatic Colors of #FB0042
Black with #FB0042
Text Example
Text Example
White with #FB0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0042; }
p { color: rgb(251,0,66); }
H1.HeaderClassName
{
color: #FB0042;
}
.AnyTagClassName
{
color: #FB0042;
}
</style>
background-color css
<style>
a { background-color: #FB0042; }
a { background-color: rgb(251,0,66); }
div.DivClassName
{
background-color: #FB0042;
}
.BgClassName
{
background-color: #FB0042;
}
</style>
border-color css
<style>
span { border-color: #FB0042; }
span { border-color: rgb(251,0,66); }
td.TdClassName
{
border-color: #FB0042;
}
.TagClassName
{
border-color: #FB0042;
}
</style>