Shades of Torch Red #F9164D
Tints of Torch Red #F9164D
RGB
CMYK
RGB Variations
Color information
#F9164D (or 0xF9164D) is known color: Torch Red. HEX triplet: F9, 16 and 4D. RGB value is (249,22,77). Sum of RGB (Red+Green+Blue) = 249+22+77=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9164D is #06E9B2. Grayscale: #606060. Windows color (decimal): -453043 or 5052153. OLE color: 5052153.
HSL color Cylindrical-coordinate representation of color #F9164D: hue angle of 345.46º degrees, saturation: 0.95, 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 #F9164D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.02 |
| HSL | 345.46º | 0.95% | 0.53% | - |
| HSV(B) | 345.46º | 0.91% | 0.98% | - |
| XYZ | 40.69 | 21.25 | 8.98 | - |
| YUV | 96.14 | 117.21 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 77 | 0 | 0.91 | 0.69 | 0.02 | 345.46 | 0.95 | 0.53 |
| Hex | F9 | 16 | 4D | 0 | 5B | 45 | 2 | 159 | 5F | 35 |
| Octal | 371 | 26 | 115 | 0 | 133 | 105 | 2 | 531 | 137 | 65 |
| Binary | 11111001 | 10110 | 1001101 | 0 | 1011011 | 1000101 | 10 | 101011001 | 1011111 | 110101 |
Color Harmonies of #F9164D
Complementary color
Monochromatic Colors of #F9164D
Black with #F9164D
Text Example
Text Example
White with #F9164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9164D; }
p { color: rgb(249,22,77); }
H1.HeaderClassName
{
color: #F9164D;
}
.AnyTagClassName
{
color: #F9164D;
}
</style>
background-color css
<style>
a { background-color: #F9164D; }
a { background-color: rgb(249,22,77); }
div.DivClassName
{
background-color: #F9164D;
}
.BgClassName
{
background-color: #F9164D;
}
</style>
border-color css
<style>
span { border-color: #F9164D; }
span { border-color: rgb(249,22,77); }
td.TdClassName
{
border-color: #F9164D;
}
.TagClassName
{
border-color: #F9164D;
}
</style>