Shades of Torch Red #FA0846
Tints of Torch Red #FA0846
RGB
CMYK
RGB Variations
Color information
#FA0846 (or 0xFA0846) is known color: Torch Red. HEX triplet: FA, 08 and 46. RGB value is (250,8,70). Sum of RGB (Red+Green+Blue) = 250+8+70=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0846 is #05F7B9. Grayscale: #575757. Windows color (decimal): -391098 or 4589818. OLE color: 4589818.
HSL color Cylindrical-coordinate representation of color #FA0846: hue angle of 344.63º 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 #FA0846 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 70 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.02 |
| HSL | 344.63º | 0.96% | 0.51% | - |
| HSV(B) | 344.63º | 0.97% | 0.98% | - |
| XYZ | 40.62 | 20.94 | 7.7 | - |
| YUV | 87.43 | 118.17 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 70 | 0 | 0.97 | 0.72 | 0.02 | 344.63 | 0.96 | 0.51 |
| Hex | FA | 8 | 46 | 0 | 61 | 48 | 2 | 159 | 60 | 33 |
| Octal | 372 | 10 | 106 | 0 | 141 | 110 | 2 | 531 | 140 | 63 |
| Binary | 11111010 | 1000 | 1000110 | 0 | 1100001 | 1001000 | 10 | 101011001 | 1100000 | 110011 |
Color Harmonies of #FA0846
Complementary color
Monochromatic Colors of #FA0846
Black with #FA0846
Text Example
Text Example
White with #FA0846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0846; }
p { color: rgb(250,8,70); }
H1.HeaderClassName
{
color: #FA0846;
}
.AnyTagClassName
{
color: #FA0846;
}
</style>
background-color css
<style>
a { background-color: #FA0846; }
a { background-color: rgb(250,8,70); }
div.DivClassName
{
background-color: #FA0846;
}
.BgClassName
{
background-color: #FA0846;
}
</style>
border-color css
<style>
span { border-color: #FA0846; }
span { border-color: rgb(250,8,70); }
td.TdClassName
{
border-color: #FA0846;
}
.TagClassName
{
border-color: #FA0846;
}
</style>