Shades of Torch Red #F80943
Tints of Torch Red #F80943
RGB
CMYK
RGB Variations
Color information
#F80943 (or 0xF80943) is known color: Torch Red. HEX triplet: F8, 09 and 43. RGB value is (248,9,67). Sum of RGB (Red+Green+Blue) = 248+9+67=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F80943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80943 is #07F6BC. Grayscale: #575757. Windows color (decimal): -521917 or 4393464. OLE color: 4393464.
HSL color Cylindrical-coordinate representation of color #F80943: hue angle of 345.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80943 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.03 |
| HSL | 345.44º | 0.94% | 0.5% | - |
| HSV(B) | 345.44º | 0.96% | 0.97% | - |
| XYZ | 39.82 | 20.56 | 7.18 | - |
| YUV | 87.07 | 116.68 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 67 | 0 | 0.96 | 0.73 | 0.03 | 345.44 | 0.94 | 0.5 |
| Hex | F8 | 9 | 43 | 0 | 60 | 49 | 3 | 159 | 5E | 32 |
| Octal | 370 | 11 | 103 | 0 | 140 | 111 | 3 | 531 | 136 | 62 |
| Binary | 11111000 | 1001 | 1000011 | 0 | 1100000 | 1001001 | 11 | 101011001 | 1011110 | 110010 |
Color Harmonies of #F80943
Complementary color
Monochromatic Colors of #F80943
Black with #F80943
Text Example
Text Example
White with #F80943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80943; }
p { color: rgb(248,9,67); }
H1.HeaderClassName
{
color: #F80943;
}
.AnyTagClassName
{
color: #F80943;
}
</style>
background-color css
<style>
a { background-color: #F80943; }
a { background-color: rgb(248,9,67); }
div.DivClassName
{
background-color: #F80943;
}
.BgClassName
{
background-color: #F80943;
}
</style>
border-color css
<style>
span { border-color: #F80943; }
span { border-color: rgb(248,9,67); }
td.TdClassName
{
border-color: #F80943;
}
.TagClassName
{
border-color: #F80943;
}
</style>