Shades of Torch Red #F81F40
Tints of Torch Red #F81F40
RGB
CMYK
RGB Variations
Color information
#F81F40 (or 0xF81F40) is known color: Torch Red. HEX triplet: F8, 1F and 40. RGB value is (248,31,64). Sum of RGB (Red+Green+Blue) = 248+31+64=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81F40 is #07E0BF. Grayscale: #636363. Windows color (decimal): -516288 or 4202488. OLE color: 4202488.
HSL color Cylindrical-coordinate representation of color #F81F40: hue angle of 350.88º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81F40 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 64 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.03 |
| HSL | 350.88º | 0.94% | 0.55% | - |
| HSV(B) | 350.88º | 0.88% | 0.97% | - |
| XYZ | 40.13 | 21.31 | 6.85 | - |
| YUV | 99.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 64 | 0 | 0.88 | 0.74 | 0.03 | 350.88 | 0.94 | 0.55 |
| Hex | F8 | 1F | 40 | 0 | 58 | 4A | 3 | 15F | 5E | 37 |
| Octal | 370 | 37 | 100 | 0 | 130 | 112 | 3 | 537 | 136 | 67 |
| Binary | 11111000 | 11111 | 1000000 | 0 | 1011000 | 1001010 | 11 | 101011111 | 1011110 | 110111 |
Color Harmonies of #F81F40
Complementary color
Monochromatic Colors of #F81F40
Black with #F81F40
Text Example
Text Example
White with #F81F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F40; }
p { color: rgb(248,31,64); }
H1.HeaderClassName
{
color: #F81F40;
}
.AnyTagClassName
{
color: #F81F40;
}
</style>
background-color css
<style>
a { background-color: #F81F40; }
a { background-color: rgb(248,31,64); }
div.DivClassName
{
background-color: #F81F40;
}
.BgClassName
{
background-color: #F81F40;
}
</style>
border-color css
<style>
span { border-color: #F81F40; }
span { border-color: rgb(248,31,64); }
td.TdClassName
{
border-color: #F81F40;
}
.TagClassName
{
border-color: #F81F40;
}
</style>