Shades of Torch Red #F9124F
Tints of Torch Red #F9124F
RGB
CMYK
RGB Variations
Color information
#F9124F (or 0xF9124F) is known color: Torch Red. HEX triplet: F9, 12 and 4F. RGB value is (249,18,79). Sum of RGB (Red+Green+Blue) = 249+18+79=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9124F is #06EDB0. Grayscale: #5E5E5E. Windows color (decimal): -454065 or 5182201. OLE color: 5182201.
HSL color Cylindrical-coordinate representation of color #F9124F: hue angle of 344.16º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9124F is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 79 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.02 |
| HSL | 344.16º | 0.95% | 0.52% | - |
| HSV(B) | 344.16º | 0.93% | 0.98% | - |
| XYZ | 40.69 | 21.14 | 9.33 | - |
| YUV | 94.02 | 119.53 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 79 | 0 | 0.93 | 0.68 | 0.02 | 344.16 | 0.95 | 0.52 |
| Hex | F9 | 12 | 4F | 0 | 5D | 44 | 2 | 158 | 5F | 34 |
| Octal | 371 | 22 | 117 | 0 | 135 | 104 | 2 | 530 | 137 | 64 |
| Binary | 11111001 | 10010 | 1001111 | 0 | 1011101 | 1000100 | 10 | 101011000 | 1011111 | 110100 |
Color Harmonies of #F9124F
Complementary color
Monochromatic Colors of #F9124F
Black with #F9124F
Text Example
Text Example
White with #F9124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9124F; }
p { color: rgb(249,18,79); }
H1.HeaderClassName
{
color: #F9124F;
}
.AnyTagClassName
{
color: #F9124F;
}
</style>
background-color css
<style>
a { background-color: #F9124F; }
a { background-color: rgb(249,18,79); }
div.DivClassName
{
background-color: #F9124F;
}
.BgClassName
{
background-color: #F9124F;
}
</style>
border-color css
<style>
span { border-color: #F9124F; }
span { border-color: rgb(249,18,79); }
td.TdClassName
{
border-color: #F9124F;
}
.TagClassName
{
border-color: #F9124F;
}
</style>