Shades of Torch Red #F9124A
Tints of Torch Red #F9124A
RGB
CMYK
RGB Variations
Color information
#F9124A (or 0xF9124A) is known color: Torch Red. HEX triplet: F9, 12 and 4A. RGB value is (249,18,74). Sum of RGB (Red+Green+Blue) = 249+18+74=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9124A is #06EDB5. Grayscale: #5D5D5D. Windows color (decimal): -454070 or 4854521. OLE color: 4854521.
HSL color Cylindrical-coordinate representation of color #F9124A: hue angle of 345.45º 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 #F9124A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 74 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.02 |
| HSL | 345.45º | 0.95% | 0.52% | - |
| HSV(B) | 345.45º | 0.93% | 0.98% | - |
| XYZ | 40.52 | 21.07 | 8.41 | - |
| YUV | 93.45 | 117.03 | 238.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 74 | 0 | 0.93 | 0.70 | 0.02 | 345.45 | 0.95 | 0.52 |
| Hex | F9 | 12 | 4A | 0 | 5D | 46 | 2 | 159 | 5F | 34 |
| Octal | 371 | 22 | 112 | 0 | 135 | 106 | 2 | 531 | 137 | 64 |
| Binary | 11111001 | 10010 | 1001010 | 0 | 1011101 | 1000110 | 10 | 101011001 | 1011111 | 110100 |
Color Harmonies of #F9124A
Complementary color
Monochromatic Colors of #F9124A
Black with #F9124A
Text Example
Text Example
White with #F9124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9124A; }
p { color: rgb(249,18,74); }
H1.HeaderClassName
{
color: #F9124A;
}
.AnyTagClassName
{
color: #F9124A;
}
</style>
background-color css
<style>
a { background-color: #F9124A; }
a { background-color: rgb(249,18,74); }
div.DivClassName
{
background-color: #F9124A;
}
.BgClassName
{
background-color: #F9124A;
}
</style>
border-color css
<style>
span { border-color: #F9124A; }
span { border-color: rgb(249,18,74); }
td.TdClassName
{
border-color: #F9124A;
}
.TagClassName
{
border-color: #F9124A;
}
</style>