Shades of Torch Red #F81046
Tints of Torch Red #F81046
RGB
CMYK
RGB Variations
Color information
#F81046 (or 0xF81046) is known color: Torch Red. HEX triplet: F8, 10 and 46. RGB value is (248,16,70). Sum of RGB (Red+Green+Blue) = 248+16+70=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F81046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81046 is #07EFB9. Grayscale: #5B5B5B. Windows color (decimal): -520122 or 4591864. OLE color: 4591864.
HSL color Cylindrical-coordinate representation of color #F81046: hue angle of 346.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F81046 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 70 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.03 |
| HSL | 346.03º | 0.94% | 0.52% | - |
| HSV(B) | 346.03º | 0.94% | 0.97% | - |
| XYZ | 40 | 20.77 | 7.69 | - |
| YUV | 91.52 | 115.86 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 70 | 0 | 0.94 | 0.72 | 0.03 | 346.03 | 0.94 | 0.52 |
| Hex | F8 | 10 | 46 | 0 | 5E | 48 | 3 | 15A | 5E | 34 |
| Octal | 370 | 20 | 106 | 0 | 136 | 110 | 3 | 532 | 136 | 64 |
| Binary | 11111000 | 10000 | 1000110 | 0 | 1011110 | 1001000 | 11 | 101011010 | 1011110 | 110100 |
Color Harmonies of #F81046
Complementary color
Monochromatic Colors of #F81046
Black with #F81046
Text Example
Text Example
White with #F81046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81046; }
p { color: rgb(248,16,70); }
H1.HeaderClassName
{
color: #F81046;
}
.AnyTagClassName
{
color: #F81046;
}
</style>
background-color css
<style>
a { background-color: #F81046; }
a { background-color: rgb(248,16,70); }
div.DivClassName
{
background-color: #F81046;
}
.BgClassName
{
background-color: #F81046;
}
</style>
border-color css
<style>
span { border-color: #F81046; }
span { border-color: rgb(248,16,70); }
td.TdClassName
{
border-color: #F81046;
}
.TagClassName
{
border-color: #F81046;
}
</style>