Shades of Torch Red #F9044A
Tints of Torch Red #F9044A
RGB
CMYK
RGB Variations
Color information
#F9044A (or 0xF9044A) is known color: Torch Red. HEX triplet: F9, 04 and 4A. RGB value is (249,4,74). Sum of RGB (Red+Green+Blue) = 249+4+74=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9044A is #06FBB5. Grayscale: #555555. Windows color (decimal): -457654 or 4850937. OLE color: 4850937.
HSL color Cylindrical-coordinate representation of color #F9044A: hue angle of 342.86º 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 #F9044A is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.02 |
| HSL | 342.86º | 0.97% | 0.5% | - |
| HSV(B) | 342.86º | 0.98% | 0.98% | - |
| XYZ | 40.35 | 20.72 | 8.35 | - |
| YUV | 85.24 | 121.67 | 244.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 74 | 0 | 0.98 | 0.70 | 0.02 | 342.86 | 0.97 | 0.5 |
| Hex | F9 | 4 | 4A | 0 | 62 | 46 | 2 | 157 | 61 | 32 |
| Octal | 371 | 4 | 112 | 0 | 142 | 106 | 2 | 527 | 141 | 62 |
| Binary | 11111001 | 100 | 1001010 | 0 | 1100010 | 1000110 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #F9044A
Complementary color
Monochromatic Colors of #F9044A
Black with #F9044A
Text Example
Text Example
White with #F9044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9044A; }
p { color: rgb(249,4,74); }
H1.HeaderClassName
{
color: #F9044A;
}
.AnyTagClassName
{
color: #F9044A;
}
</style>
background-color css
<style>
a { background-color: #F9044A; }
a { background-color: rgb(249,4,74); }
div.DivClassName
{
background-color: #F9044A;
}
.BgClassName
{
background-color: #F9044A;
}
</style>
border-color css
<style>
span { border-color: #F9044A; }
span { border-color: rgb(249,4,74); }
td.TdClassName
{
border-color: #F9044A;
}
.TagClassName
{
border-color: #F9044A;
}
</style>