Shades of Torch Red #FA1649
Tints of Torch Red #FA1649
RGB
CMYK
RGB Variations
Color information
#FA1649 (or 0xFA1649) is known color: Torch Red. HEX triplet: FA, 16 and 49. RGB value is (250,22,73). Sum of RGB (Red+Green+Blue) = 250+22+73=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1649 is #05E9B6. Grayscale: #606060. Windows color (decimal): -387511 or 4790010. OLE color: 4790010.
HSL color Cylindrical-coordinate representation of color #FA1649: hue angle of 346.58º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1649 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.02 |
| HSL | 346.58º | 0.96% | 0.53% | - |
| HSV(B) | 346.58º | 0.91% | 0.98% | - |
| XYZ | 40.91 | 21.38 | 8.27 | - |
| YUV | 95.99 | 115.04 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 73 | 0 | 0.91 | 0.71 | 0.02 | 346.58 | 0.96 | 0.53 |
| Hex | FA | 16 | 49 | 0 | 5B | 47 | 2 | 15B | 60 | 35 |
| Octal | 372 | 26 | 111 | 0 | 133 | 107 | 2 | 533 | 140 | 65 |
| Binary | 11111010 | 10110 | 1001001 | 0 | 1011011 | 1000111 | 10 | 101011011 | 1100000 | 110101 |
Color Harmonies of #FA1649
Complementary color
Monochromatic Colors of #FA1649
Black with #FA1649
Text Example
Text Example
White with #FA1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1649; }
p { color: rgb(250,22,73); }
H1.HeaderClassName
{
color: #FA1649;
}
.AnyTagClassName
{
color: #FA1649;
}
</style>
background-color css
<style>
a { background-color: #FA1649; }
a { background-color: rgb(250,22,73); }
div.DivClassName
{
background-color: #FA1649;
}
.BgClassName
{
background-color: #FA1649;
}
</style>
border-color css
<style>
span { border-color: #FA1649; }
span { border-color: rgb(250,22,73); }
td.TdClassName
{
border-color: #FA1649;
}
.TagClassName
{
border-color: #FA1649;
}
</style>