Shades of Torch Red #F9194B
Tints of Torch Red #F9194B
RGB
CMYK
RGB Variations
Color information
#F9194B (or 0xF9194B) is known color: Torch Red. HEX triplet: F9, 19 and 4B. RGB value is (249,25,75). Sum of RGB (Red+Green+Blue) = 249+25+75=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9194B is #06E6B4. Grayscale: #616161. Windows color (decimal): -452277 or 4921849. OLE color: 4921849.
HSL color Cylindrical-coordinate representation of color #F9194B: hue angle of 346.61º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9194B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.61º | 0.95% | 0.54% | - |
| HSV(B) | 346.61º | 0.9% | 0.98% | - |
| XYZ | 40.68 | 21.34 | 8.63 | - |
| YUV | 97.68 | 115.21 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 75 | 0 | 0.90 | 0.70 | 0.02 | 346.61 | 0.95 | 0.54 |
| Hex | F9 | 19 | 4B | 0 | 5A | 46 | 2 | 15B | 5F | 36 |
| Octal | 371 | 31 | 113 | 0 | 132 | 106 | 2 | 533 | 137 | 66 |
| Binary | 11111001 | 11001 | 1001011 | 0 | 1011010 | 1000110 | 10 | 101011011 | 1011111 | 110110 |
Color Harmonies of #F9194B
Complementary color
Monochromatic Colors of #F9194B
Black with #F9194B
Text Example
Text Example
White with #F9194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9194B; }
p { color: rgb(249,25,75); }
H1.HeaderClassName
{
color: #F9194B;
}
.AnyTagClassName
{
color: #F9194B;
}
</style>
background-color css
<style>
a { background-color: #F9194B; }
a { background-color: rgb(249,25,75); }
div.DivClassName
{
background-color: #F9194B;
}
.BgClassName
{
background-color: #F9194B;
}
</style>
border-color css
<style>
span { border-color: #F9194B; }
span { border-color: rgb(249,25,75); }
td.TdClassName
{
border-color: #F9194B;
}
.TagClassName
{
border-color: #F9194B;
}
</style>