Shades of Torch Red #F9043F
Tints of Torch Red #F9043F
RGB
CMYK
RGB Variations
Color information
#F9043F (or 0xF9043F) is known color: Torch Red. HEX triplet: F9, 04 and 3F. RGB value is (249,4,63). Sum of RGB (Red+Green+Blue) = 249+4+63=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9043F is #06FBC0. Grayscale: #535353. Windows color (decimal): -457665 or 4130041. OLE color: 4130041.
HSL color Cylindrical-coordinate representation of color #F9043F: hue angle of 345.55º 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 #F9043F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.02 |
| HSL | 345.55º | 0.97% | 0.5% | - |
| HSV(B) | 345.55º | 0.98% | 0.98% | - |
| XYZ | 40.01 | 20.59 | 6.57 | - |
| YUV | 83.98 | 116.17 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 4 | 63 | 0 | 0.98 | 0.75 | 0.02 | 345.55 | 0.97 | 0.5 |
| Hex | F9 | 4 | 3F | 0 | 62 | 4B | 2 | 15A | 61 | 32 |
| Octal | 371 | 4 | 77 | 0 | 142 | 113 | 2 | 532 | 141 | 62 |
| Binary | 11111001 | 100 | 111111 | 0 | 1100010 | 1001011 | 10 | 101011010 | 1100001 | 110010 |
Color Harmonies of #F9043F
Complementary color
Monochromatic Colors of #F9043F
Black with #F9043F
Text Example
Text Example
White with #F9043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9043F; }
p { color: rgb(249,4,63); }
H1.HeaderClassName
{
color: #F9043F;
}
.AnyTagClassName
{
color: #F9043F;
}
</style>
background-color css
<style>
a { background-color: #F9043F; }
a { background-color: rgb(249,4,63); }
div.DivClassName
{
background-color: #F9043F;
}
.BgClassName
{
background-color: #F9043F;
}
</style>
border-color css
<style>
span { border-color: #F9043F; }
span { border-color: rgb(249,4,63); }
td.TdClassName
{
border-color: #F9043F;
}
.TagClassName
{
border-color: #F9043F;
}
</style>