Shades of Torch Red #F81749
Tints of Torch Red #F81749
RGB
CMYK
RGB Variations
Color information
#F81749 (or 0xF81749) is known color: Torch Red. HEX triplet: F8, 17 and 49. RGB value is (248,23,73). Sum of RGB (Red+Green+Blue) = 248+23+73=344 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.09% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 248 - color contains mainly: red. Hex color #F81749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81749 is #07E8B6. Grayscale: #5F5F5F. Windows color (decimal): -518327 or 4790264. OLE color: 4790264.
HSL color Cylindrical-coordinate representation of color #F81749: hue angle of 346.67º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81749 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 73 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.03 |
| HSL | 346.67º | 0.94% | 0.53% | - |
| HSV(B) | 346.67º | 0.91% | 0.97% | - |
| XYZ | 40.22 | 21.05 | 8.25 | - |
| YUV | 95.98 | 115.04 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 73 | 0 | 0.91 | 0.71 | 0.03 | 346.67 | 0.94 | 0.53 |
| Hex | F8 | 17 | 49 | 0 | 5B | 47 | 3 | 15B | 5E | 35 |
| Octal | 370 | 27 | 111 | 0 | 133 | 107 | 3 | 533 | 136 | 65 |
| Binary | 11111000 | 10111 | 1001001 | 0 | 1011011 | 1000111 | 11 | 101011011 | 1011110 | 110101 |
Color Harmonies of #F81749
Complementary color
Monochromatic Colors of #F81749
Black with #F81749
Text Example
Text Example
White with #F81749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81749; }
p { color: rgb(248,23,73); }
H1.HeaderClassName
{
color: #F81749;
}
.AnyTagClassName
{
color: #F81749;
}
</style>
background-color css
<style>
a { background-color: #F81749; }
a { background-color: rgb(248,23,73); }
div.DivClassName
{
background-color: #F81749;
}
.BgClassName
{
background-color: #F81749;
}
</style>
border-color css
<style>
span { border-color: #F81749; }
span { border-color: rgb(248,23,73); }
td.TdClassName
{
border-color: #F81749;
}
.TagClassName
{
border-color: #F81749;
}
</style>