Shades of Torch Red #F9164C
Tints of Torch Red #F9164C
RGB
CMYK
RGB Variations
Color information
#F9164C (or 0xF9164C) is known color: Torch Red. HEX triplet: F9, 16 and 4C. RGB value is (249,22,76). Sum of RGB (Red+Green+Blue) = 249+22+76=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9164C is #06E9B3. Grayscale: #606060. Windows color (decimal): -453044 or 4986617. OLE color: 4986617.
HSL color Cylindrical-coordinate representation of color #F9164C: hue angle of 345.73º 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 #F9164C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 76 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.02 |
| HSL | 345.73º | 0.95% | 0.53% | - |
| HSV(B) | 345.73º | 0.91% | 0.98% | - |
| XYZ | 40.66 | 21.24 | 8.79 | - |
| YUV | 96.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 76 | 0 | 0.91 | 0.69 | 0.02 | 345.73 | 0.95 | 0.53 |
| Hex | F9 | 16 | 4C | 0 | 5B | 45 | 2 | 15A | 5F | 35 |
| Octal | 371 | 26 | 114 | 0 | 133 | 105 | 2 | 532 | 137 | 65 |
| Binary | 11111001 | 10110 | 1001100 | 0 | 1011011 | 1000101 | 10 | 101011010 | 1011111 | 110101 |
Color Harmonies of #F9164C
Complementary color
Monochromatic Colors of #F9164C
Black with #F9164C
Text Example
Text Example
White with #F9164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9164C; }
p { color: rgb(249,22,76); }
H1.HeaderClassName
{
color: #F9164C;
}
.AnyTagClassName
{
color: #F9164C;
}
</style>
background-color css
<style>
a { background-color: #F9164C; }
a { background-color: rgb(249,22,76); }
div.DivClassName
{
background-color: #F9164C;
}
.BgClassName
{
background-color: #F9164C;
}
</style>
border-color css
<style>
span { border-color: #F9164C; }
span { border-color: rgb(249,22,76); }
td.TdClassName
{
border-color: #F9164C;
}
.TagClassName
{
border-color: #F9164C;
}
</style>