Shades of Torch Red #FA164D
Tints of Torch Red #FA164D
RGB
CMYK
RGB Variations
Color information
#FA164D (or 0xFA164D) is known color: Torch Red. HEX triplet: FA, 16 and 4D. RGB value is (250,22,77). Sum of RGB (Red+Green+Blue) = 250+22+77=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA164D is #05E9B2. Grayscale: #606060. Windows color (decimal): -387507 or 5052154. OLE color: 5052154.
HSL color Cylindrical-coordinate representation of color #FA164D: hue angle of 345.53º 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 #FA164D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.02 |
| HSL | 345.53º | 0.96% | 0.53% | - |
| HSV(B) | 345.53º | 0.91% | 0.98% | - |
| XYZ | 41.05 | 21.43 | 8.99 | - |
| YUV | 96.44 | 117.04 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 77 | 0 | 0.91 | 0.69 | 0.02 | 345.53 | 0.96 | 0.53 |
| Hex | FA | 16 | 4D | 0 | 5B | 45 | 2 | 15A | 60 | 35 |
| Octal | 372 | 26 | 115 | 0 | 133 | 105 | 2 | 532 | 140 | 65 |
| Binary | 11111010 | 10110 | 1001101 | 0 | 1011011 | 1000101 | 10 | 101011010 | 1100000 | 110101 |
Color Harmonies of #FA164D
Complementary color
Monochromatic Colors of #FA164D
Black with #FA164D
Text Example
Text Example
White with #FA164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA164D; }
p { color: rgb(250,22,77); }
H1.HeaderClassName
{
color: #FA164D;
}
.AnyTagClassName
{
color: #FA164D;
}
</style>
background-color css
<style>
a { background-color: #FA164D; }
a { background-color: rgb(250,22,77); }
div.DivClassName
{
background-color: #FA164D;
}
.BgClassName
{
background-color: #FA164D;
}
</style>
border-color css
<style>
span { border-color: #FA164D; }
span { border-color: rgb(250,22,77); }
td.TdClassName
{
border-color: #FA164D;
}
.TagClassName
{
border-color: #FA164D;
}
</style>