Shades of Torch Red #F80149
Tints of Torch Red #F80149
RGB
CMYK
RGB Variations
Color information
#F80149 (or 0xF80149) is known color: Torch Red. HEX triplet: F8, 01 and 49. RGB value is (248,1,73). Sum of RGB (Red+Green+Blue) = 248+1+73=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F80149 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80149 is #07FEB6. Grayscale: #535353. Windows color (decimal): -523959 or 4784632. OLE color: 4784632.
HSL color Cylindrical-coordinate representation of color #F80149: hue angle of 342.51º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80149 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.03 |
| HSL | 342.51º | 0.99% | 0.49% | - |
| HSV(B) | 342.51º | 1% | 0.97% | - |
| XYZ | 39.92 | 20.46 | 8.15 | - |
| YUV | 83.06 | 122.33 | 245.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 73 | 0 | 1.00 | 0.71 | 0.03 | 342.51 | 0.99 | 0.49 |
| Hex | F8 | 1 | 49 | 0 | 64 | 47 | 3 | 157 | 63 | 31 |
| Octal | 370 | 1 | 111 | 0 | 144 | 107 | 3 | 527 | 143 | 61 |
| Binary | 11111000 | 1 | 1001001 | 0 | 1100100 | 1000111 | 11 | 101010111 | 1100011 | 110001 |
Color Harmonies of #F80149
Complementary color
Monochromatic Colors of #F80149
Black with #F80149
Text Example
Text Example
White with #F80149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80149; }
p { color: rgb(248,1,73); }
H1.HeaderClassName
{
color: #F80149;
}
.AnyTagClassName
{
color: #F80149;
}
</style>
background-color css
<style>
a { background-color: #F80149; }
a { background-color: rgb(248,1,73); }
div.DivClassName
{
background-color: #F80149;
}
.BgClassName
{
background-color: #F80149;
}
</style>
border-color css
<style>
span { border-color: #F80149; }
span { border-color: rgb(248,1,73); }
td.TdClassName
{
border-color: #F80149;
}
.TagClassName
{
border-color: #F80149;
}
</style>