Shades of Torch Red #F9094D
Tints of Torch Red #F9094D
RGB
CMYK
RGB Variations
Color information
#F9094D (or 0xF9094D) is known color: Torch Red. HEX triplet: F9, 09 and 4D. RGB value is (249,9,77). Sum of RGB (Red+Green+Blue) = 249+9+77=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F9094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9094D is #06F6B2. Grayscale: #585858. Windows color (decimal): -456371 or 5048825. OLE color: 5048825.
HSL color Cylindrical-coordinate representation of color #F9094D: hue angle of 343º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9094D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.02 |
| HSL | 343º | 0.95% | 0.51% | - |
| HSV(B) | 343º | 0.96% | 0.98% | - |
| XYZ | 40.5 | 20.87 | 8.91 | - |
| YUV | 88.51 | 121.51 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 77 | 0 | 0.96 | 0.69 | 0.02 | 343 | 0.95 | 0.51 |
| Hex | F9 | 9 | 4D | 0 | 60 | 45 | 2 | 157 | 5F | 33 |
| Octal | 371 | 11 | 115 | 0 | 140 | 105 | 2 | 527 | 137 | 63 |
| Binary | 11111001 | 1001 | 1001101 | 0 | 1100000 | 1000101 | 10 | 101010111 | 1011111 | 110011 |
Color Harmonies of #F9094D
Complementary color
Monochromatic Colors of #F9094D
Black with #F9094D
Text Example
Text Example
White with #F9094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9094D; }
p { color: rgb(249,9,77); }
H1.HeaderClassName
{
color: #F9094D;
}
.AnyTagClassName
{
color: #F9094D;
}
</style>
background-color css
<style>
a { background-color: #F9094D; }
a { background-color: rgb(249,9,77); }
div.DivClassName
{
background-color: #F9094D;
}
.BgClassName
{
background-color: #F9094D;
}
</style>
border-color css
<style>
span { border-color: #F9094D; }
span { border-color: rgb(249,9,77); }
td.TdClassName
{
border-color: #F9094D;
}
.TagClassName
{
border-color: #F9094D;
}
</style>