Shades of Torch Red #FA134C
Tints of Torch Red #FA134C
RGB
CMYK
RGB Variations
Color information
#FA134C (or 0xFA134C) is known color: Torch Red. HEX triplet: FA, 13 and 4C. RGB value is (250,19,76). Sum of RGB (Red+Green+Blue) = 250+19+76=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA134C is #05ECB3. Grayscale: #5E5E5E. Windows color (decimal): -388276 or 4985850. OLE color: 4985850.
HSL color Cylindrical-coordinate representation of color #FA134C: hue angle of 345.19º 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 #FA134C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.02 |
| HSL | 345.19º | 0.96% | 0.53% | - |
| HSV(B) | 345.19º | 0.92% | 0.98% | - |
| XYZ | 40.96 | 21.31 | 8.79 | - |
| YUV | 94.57 | 117.53 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 76 | 0 | 0.92 | 0.70 | 0.02 | 345.19 | 0.96 | 0.53 |
| Hex | FA | 13 | 4C | 0 | 5C | 46 | 2 | 159 | 60 | 35 |
| Octal | 372 | 23 | 114 | 0 | 134 | 106 | 2 | 531 | 140 | 65 |
| Binary | 11111010 | 10011 | 1001100 | 0 | 1011100 | 1000110 | 10 | 101011001 | 1100000 | 110101 |
Color Harmonies of #FA134C
Complementary color
Monochromatic Colors of #FA134C
Black with #FA134C
Text Example
Text Example
White with #FA134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA134C; }
p { color: rgb(250,19,76); }
H1.HeaderClassName
{
color: #FA134C;
}
.AnyTagClassName
{
color: #FA134C;
}
</style>
background-color css
<style>
a { background-color: #FA134C; }
a { background-color: rgb(250,19,76); }
div.DivClassName
{
background-color: #FA134C;
}
.BgClassName
{
background-color: #FA134C;
}
</style>
border-color css
<style>
span { border-color: #FA134C; }
span { border-color: rgb(250,19,76); }
td.TdClassName
{
border-color: #FA134C;
}
.TagClassName
{
border-color: #FA134C;
}
</style>