Shades of Torch Red #F9044C
Tints of Torch Red #F9044C
RGB
CMYK
RGB Variations
Color information
#F9044C (or 0xF9044C) is known color: Torch Red. HEX triplet: F9, 04 and 4C. RGB value is (249,4,76). Sum of RGB (Red+Green+Blue) = 249+4+76=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9044C is #06FBB3. Grayscale: #555555. Windows color (decimal): -457652 or 4982009. OLE color: 4982009.
HSL color Cylindrical-coordinate representation of color #F9044C: hue angle of 342.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9044C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.02 |
| HSL | 342.37º | 0.97% | 0.5% | - |
| HSV(B) | 342.37º | 0.98% | 0.98% | - |
| XYZ | 40.41 | 20.75 | 8.71 | - |
| YUV | 85.46 | 122.67 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 76 | 0 | 0.98 | 0.69 | 0.02 | 342.37 | 0.97 | 0.5 |
| Hex | F9 | 4 | 4C | 0 | 62 | 45 | 2 | 156 | 61 | 32 |
| Octal | 371 | 4 | 114 | 0 | 142 | 105 | 2 | 526 | 141 | 62 |
| Binary | 11111001 | 100 | 1001100 | 0 | 1100010 | 1000101 | 10 | 101010110 | 1100001 | 110010 |
Color Harmonies of #F9044C
Complementary color
Monochromatic Colors of #F9044C
Black with #F9044C
Text Example
Text Example
White with #F9044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9044C; }
p { color: rgb(249,4,76); }
H1.HeaderClassName
{
color: #F9044C;
}
.AnyTagClassName
{
color: #F9044C;
}
</style>
background-color css
<style>
a { background-color: #F9044C; }
a { background-color: rgb(249,4,76); }
div.DivClassName
{
background-color: #F9044C;
}
.BgClassName
{
background-color: #F9044C;
}
</style>
border-color css
<style>
span { border-color: #F9044C; }
span { border-color: rgb(249,4,76); }
td.TdClassName
{
border-color: #F9044C;
}
.TagClassName
{
border-color: #F9044C;
}
</style>