Shades of Torch Red #F9184B
Tints of Torch Red #F9184B
RGB
CMYK
RGB Variations
Color information
#F9184B (or 0xF9184B) is known color: Torch Red. HEX triplet: F9, 18 and 4B. RGB value is (249,24,75). Sum of RGB (Red+Green+Blue) = 249+24+75=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9184B is #06E7B4. Grayscale: #616161. Windows color (decimal): -452533 or 4921593. OLE color: 4921593.
HSL color Cylindrical-coordinate representation of color #F9184B: hue angle of 346.4º 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 #F9184B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.4º | 0.95% | 0.54% | - |
| HSV(B) | 346.4º | 0.9% | 0.98% | - |
| XYZ | 40.66 | 21.3 | 8.62 | - |
| YUV | 97.09 | 115.54 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 75 | 0 | 0.90 | 0.70 | 0.02 | 346.4 | 0.95 | 0.54 |
| Hex | F9 | 18 | 4B | 0 | 5A | 46 | 2 | 15A | 5F | 36 |
| Octal | 371 | 30 | 113 | 0 | 132 | 106 | 2 | 532 | 137 | 66 |
| Binary | 11111001 | 11000 | 1001011 | 0 | 1011010 | 1000110 | 10 | 101011010 | 1011111 | 110110 |
Color Harmonies of #F9184B
Complementary color
Monochromatic Colors of #F9184B
Black with #F9184B
Text Example
Text Example
White with #F9184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9184B; }
p { color: rgb(249,24,75); }
H1.HeaderClassName
{
color: #F9184B;
}
.AnyTagClassName
{
color: #F9184B;
}
</style>
background-color css
<style>
a { background-color: #F9184B; }
a { background-color: rgb(249,24,75); }
div.DivClassName
{
background-color: #F9184B;
}
.BgClassName
{
background-color: #F9184B;
}
</style>
border-color css
<style>
span { border-color: #F9184B; }
span { border-color: rgb(249,24,75); }
td.TdClassName
{
border-color: #F9184B;
}
.TagClassName
{
border-color: #F9184B;
}
</style>