Shades of Torch Red #F81141
Tints of Torch Red #F81141
RGB
CMYK
RGB Variations
Color information
#F81141 (or 0xF81141) is known color: Torch Red. HEX triplet: F8, 11 and 41. RGB value is (248,17,65). Sum of RGB (Red+Green+Blue) = 248+17+65=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F81141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81141 is #07EEBE. Grayscale: #5B5B5B. Windows color (decimal): -519871 or 4264440. OLE color: 4264440.
HSL color Cylindrical-coordinate representation of color #F81141: hue angle of 347.53º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81141 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 65 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.03 |
| HSL | 347.53º | 0.94% | 0.52% | - |
| HSV(B) | 347.53º | 0.93% | 0.97% | - |
| XYZ | 39.87 | 20.74 | 6.9 | - |
| YUV | 91.54 | 113.03 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 65 | 0 | 0.93 | 0.74 | 0.03 | 347.53 | 0.94 | 0.52 |
| Hex | F8 | 11 | 41 | 0 | 5D | 4A | 3 | 15C | 5E | 34 |
| Octal | 370 | 21 | 101 | 0 | 135 | 112 | 3 | 534 | 136 | 64 |
| Binary | 11111000 | 10001 | 1000001 | 0 | 1011101 | 1001010 | 11 | 101011100 | 1011110 | 110100 |
Color Harmonies of #F81141
Complementary color
Monochromatic Colors of #F81141
Black with #F81141
Text Example
Text Example
White with #F81141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81141; }
p { color: rgb(248,17,65); }
H1.HeaderClassName
{
color: #F81141;
}
.AnyTagClassName
{
color: #F81141;
}
</style>
background-color css
<style>
a { background-color: #F81141; }
a { background-color: rgb(248,17,65); }
div.DivClassName
{
background-color: #F81141;
}
.BgClassName
{
background-color: #F81141;
}
</style>
border-color css
<style>
span { border-color: #F81141; }
span { border-color: rgb(248,17,65); }
td.TdClassName
{
border-color: #F81141;
}
.TagClassName
{
border-color: #F81141;
}
</style>