Shades of Torch Red #FB064D
Tints of Torch Red #FB064D
RGB
CMYK
RGB Variations
Color information
#FB064D (or 0xFB064D) is known color: Torch Red. HEX triplet: FB, 06 and 4D. RGB value is (251,6,77). Sum of RGB (Red+Green+Blue) = 251+6+77=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB064D is #04F9B2. Grayscale: #575757. Windows color (decimal): -326067 or 5048059. OLE color: 5048059.
HSL color Cylindrical-coordinate representation of color #FB064D: hue angle of 342.61º 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 #FB064D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.61º | 0.97% | 0.5% | - |
| HSV(B) | 342.61º | 0.98% | 0.98% | - |
| XYZ | 41.19 | 21.18 | 8.94 | - |
| YUV | 87.35 | 122.17 | 244.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 77 | 0 | 0.98 | 0.69 | 0.02 | 342.61 | 0.97 | 0.5 |
| Hex | FB | 6 | 4D | 0 | 62 | 45 | 2 | 157 | 61 | 32 |
| Octal | 373 | 6 | 115 | 0 | 142 | 105 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 110 | 1001101 | 0 | 1100010 | 1000101 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB064D
Complementary color
Monochromatic Colors of #FB064D
Black with #FB064D
Text Example
Text Example
White with #FB064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB064D; }
p { color: rgb(251,6,77); }
H1.HeaderClassName
{
color: #FB064D;
}
.AnyTagClassName
{
color: #FB064D;
}
</style>
background-color css
<style>
a { background-color: #FB064D; }
a { background-color: rgb(251,6,77); }
div.DivClassName
{
background-color: #FB064D;
}
.BgClassName
{
background-color: #FB064D;
}
</style>
border-color css
<style>
span { border-color: #FB064D; }
span { border-color: rgb(251,6,77); }
td.TdClassName
{
border-color: #FB064D;
}
.TagClassName
{
border-color: #FB064D;
}
</style>