Shades of Torch Red #FA084D
Tints of Torch Red #FA084D
RGB
CMYK
RGB Variations
Color information
#FA084D (or 0xFA084D) is known color: Torch Red. HEX triplet: FA, 08 and 4D. RGB value is (250,8,77). Sum of RGB (Red+Green+Blue) = 250+8+77=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA084D is #05F7B2. Grayscale: #585858. Windows color (decimal): -391091 or 5048570. OLE color: 5048570.
HSL color Cylindrical-coordinate representation of color #FA084D: hue angle of 342.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA084D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 77 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.02 |
| HSL | 342.89º | 0.96% | 0.51% | - |
| HSV(B) | 342.89º | 0.97% | 0.98% | - |
| XYZ | 40.85 | 21.03 | 8.93 | - |
| YUV | 88.22 | 121.67 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 77 | 0 | 0.97 | 0.69 | 0.02 | 342.89 | 0.96 | 0.51 |
| Hex | FA | 8 | 4D | 0 | 61 | 45 | 2 | 157 | 60 | 33 |
| Octal | 372 | 10 | 115 | 0 | 141 | 105 | 2 | 527 | 140 | 63 |
| Binary | 11111010 | 1000 | 1001101 | 0 | 1100001 | 1000101 | 10 | 101010111 | 1100000 | 110011 |
Color Harmonies of #FA084D
Complementary color
Monochromatic Colors of #FA084D
Black with #FA084D
Text Example
Text Example
White with #FA084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA084D; }
p { color: rgb(250,8,77); }
H1.HeaderClassName
{
color: #FA084D;
}
.AnyTagClassName
{
color: #FA084D;
}
</style>
background-color css
<style>
a { background-color: #FA084D; }
a { background-color: rgb(250,8,77); }
div.DivClassName
{
background-color: #FA084D;
}
.BgClassName
{
background-color: #FA084D;
}
</style>
border-color css
<style>
span { border-color: #FA084D; }
span { border-color: rgb(250,8,77); }
td.TdClassName
{
border-color: #FA084D;
}
.TagClassName
{
border-color: #FA084D;
}
</style>