Shades of Torch Red #F9184A
Tints of Torch Red #F9184A
RGB
CMYK
RGB Variations
Color information
#F9184A (or 0xF9184A) is known color: Torch Red. HEX triplet: F9, 18 and 4A. RGB value is (249,24,74). Sum of RGB (Red+Green+Blue) = 249+24+74=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9184A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9184A is #06E7B5. Grayscale: #616161. Windows color (decimal): -452534 or 4856057. OLE color: 4856057.
HSL color Cylindrical-coordinate representation of color #F9184A: hue angle of 346.67º 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 #F9184A is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 74 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.67º | 0.95% | 0.54% | - |
| HSV(B) | 346.67º | 0.9% | 0.98% | - |
| XYZ | 40.63 | 21.29 | 8.45 | - |
| YUV | 96.98 | 115.04 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 74 | 0 | 0.90 | 0.70 | 0.02 | 346.67 | 0.95 | 0.54 |
| Hex | F9 | 18 | 4A | 0 | 5A | 46 | 2 | 15B | 5F | 36 |
| Octal | 371 | 30 | 112 | 0 | 132 | 106 | 2 | 533 | 137 | 66 |
| Binary | 11111001 | 11000 | 1001010 | 0 | 1011010 | 1000110 | 10 | 101011011 | 1011111 | 110110 |
Color Harmonies of #F9184A
Complementary color
Monochromatic Colors of #F9184A
Black with #F9184A
Text Example
Text Example
White with #F9184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9184A; }
p { color: rgb(249,24,74); }
H1.HeaderClassName
{
color: #F9184A;
}
.AnyTagClassName
{
color: #F9184A;
}
</style>
background-color css
<style>
a { background-color: #F9184A; }
a { background-color: rgb(249,24,74); }
div.DivClassName
{
background-color: #F9184A;
}
.BgClassName
{
background-color: #F9184A;
}
</style>
border-color css
<style>
span { border-color: #F9184A; }
span { border-color: rgb(249,24,74); }
td.TdClassName
{
border-color: #F9184A;
}
.TagClassName
{
border-color: #F9184A;
}
</style>