Shades of Torch Red #F81240
Tints of Torch Red #F81240
RGB
CMYK
RGB Variations
Color information
#F81240 (or 0xF81240) is known color: Torch Red. HEX triplet: F8, 12 and 40. RGB value is (248,18,64). Sum of RGB (Red+Green+Blue) = 248+18+64=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F81240 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81240 is #07EDBF. Grayscale: #5C5C5C. Windows color (decimal): -519616 or 4199160. OLE color: 4199160.
HSL color Cylindrical-coordinate representation of color #F81240: hue angle of 348º 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 #F81240 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 64 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.03 |
| HSL | 348º | 0.94% | 0.52% | - |
| HSV(B) | 348º | 0.93% | 0.97% | - |
| XYZ | 39.85 | 20.76 | 6.76 | - |
| YUV | 92.01 | 112.2 | 239.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 64 | 0 | 0.93 | 0.74 | 0.03 | 348 | 0.94 | 0.52 |
| Hex | F8 | 12 | 40 | 0 | 5D | 4A | 3 | 15C | 5E | 34 |
| Octal | 370 | 22 | 100 | 0 | 135 | 112 | 3 | 534 | 136 | 64 |
| Binary | 11111000 | 10010 | 1000000 | 0 | 1011101 | 1001010 | 11 | 101011100 | 1011110 | 110100 |
Color Harmonies of #F81240
Complementary color
Monochromatic Colors of #F81240
Black with #F81240
Text Example
Text Example
White with #F81240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81240; }
p { color: rgb(248,18,64); }
H1.HeaderClassName
{
color: #F81240;
}
.AnyTagClassName
{
color: #F81240;
}
</style>
background-color css
<style>
a { background-color: #F81240; }
a { background-color: rgb(248,18,64); }
div.DivClassName
{
background-color: #F81240;
}
.BgClassName
{
background-color: #F81240;
}
</style>
border-color css
<style>
span { border-color: #F81240; }
span { border-color: rgb(248,18,64); }
td.TdClassName
{
border-color: #F81240;
}
.TagClassName
{
border-color: #F81240;
}
</style>