Shades of Torch Red #FA1449
Tints of Torch Red #FA1449
RGB
CMYK
RGB Variations
Color information
#FA1449 (or 0xFA1449) is known color: Torch Red. HEX triplet: FA, 14 and 49. RGB value is (250,20,73). Sum of RGB (Red+Green+Blue) = 250+20+73=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1449 is #05EBB6. Grayscale: #5E5E5E. Windows color (decimal): -388023 or 4789498. OLE color: 4789498.
HSL color Cylindrical-coordinate representation of color #FA1449: hue angle of 346.17º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1449 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 73 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.02 |
| HSL | 346.17º | 0.96% | 0.53% | - |
| HSV(B) | 346.17º | 0.92% | 0.98% | - |
| XYZ | 40.88 | 21.31 | 8.26 | - |
| YUV | 94.81 | 115.7 | 238.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 73 | 0 | 0.92 | 0.71 | 0.02 | 346.17 | 0.96 | 0.53 |
| Hex | FA | 14 | 49 | 0 | 5C | 47 | 2 | 15A | 60 | 35 |
| Octal | 372 | 24 | 111 | 0 | 134 | 107 | 2 | 532 | 140 | 65 |
| Binary | 11111010 | 10100 | 1001001 | 0 | 1011100 | 1000111 | 10 | 101011010 | 1100000 | 110101 |
Color Harmonies of #FA1449
Complementary color
Monochromatic Colors of #FA1449
Black with #FA1449
Text Example
Text Example
White with #FA1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1449; }
p { color: rgb(250,20,73); }
H1.HeaderClassName
{
color: #FA1449;
}
.AnyTagClassName
{
color: #FA1449;
}
</style>
background-color css
<style>
a { background-color: #FA1449; }
a { background-color: rgb(250,20,73); }
div.DivClassName
{
background-color: #FA1449;
}
.BgClassName
{
background-color: #FA1449;
}
</style>
border-color css
<style>
span { border-color: #FA1449; }
span { border-color: rgb(250,20,73); }
td.TdClassName
{
border-color: #FA1449;
}
.TagClassName
{
border-color: #FA1449;
}
</style>