Shades of Torch Red #F9144F
Tints of Torch Red #F9144F
RGB
CMYK
RGB Variations
Color information
#F9144F (or 0xF9144F) is known color: Torch Red. HEX triplet: F9, 14 and 4F. RGB value is (249,20,79). Sum of RGB (Red+Green+Blue) = 249+20+79=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9144F is #06EBB0. Grayscale: #5F5F5F. Windows color (decimal): -453553 or 5182713. OLE color: 5182713.
HSL color Cylindrical-coordinate representation of color #F9144F: hue angle of 344.54º degrees, saturation: 0.95, 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 #F9144F is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 79 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.02 |
| HSL | 344.54º | 0.95% | 0.53% | - |
| HSV(B) | 344.54º | 0.92% | 0.98% | - |
| XYZ | 40.73 | 21.2 | 9.34 | - |
| YUV | 95.2 | 118.87 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 79 | 0 | 0.92 | 0.68 | 0.02 | 344.54 | 0.95 | 0.53 |
| Hex | F9 | 14 | 4F | 0 | 5C | 44 | 2 | 159 | 5F | 35 |
| Octal | 371 | 24 | 117 | 0 | 134 | 104 | 2 | 531 | 137 | 65 |
| Binary | 11111001 | 10100 | 1001111 | 0 | 1011100 | 1000100 | 10 | 101011001 | 1011111 | 110101 |
Color Harmonies of #F9144F
Complementary color
Monochromatic Colors of #F9144F
Black with #F9144F
Text Example
Text Example
White with #F9144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9144F; }
p { color: rgb(249,20,79); }
H1.HeaderClassName
{
color: #F9144F;
}
.AnyTagClassName
{
color: #F9144F;
}
</style>
background-color css
<style>
a { background-color: #F9144F; }
a { background-color: rgb(249,20,79); }
div.DivClassName
{
background-color: #F9144F;
}
.BgClassName
{
background-color: #F9144F;
}
</style>
border-color css
<style>
span { border-color: #F9144F; }
span { border-color: rgb(249,20,79); }
td.TdClassName
{
border-color: #F9144F;
}
.TagClassName
{
border-color: #F9144F;
}
</style>