Shades of Torch Red #F8104D
Tints of Torch Red #F8104D
RGB
CMYK
RGB Variations
Color information
#F8104D (or 0xF8104D) is known color: Torch Red. HEX triplet: F8, 10 and 4D. RGB value is (248,16,77). Sum of RGB (Red+Green+Blue) = 248+16+77=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8104D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8104D is #07EFB2. Grayscale: #5C5C5C. Windows color (decimal): -520115 or 5050616. OLE color: 5050616.
HSL color Cylindrical-coordinate representation of color #F8104D: hue angle of 344.22º 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 #F8104D is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 77 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.03 |
| HSL | 344.22º | 0.94% | 0.52% | - |
| HSV(B) | 344.22º | 0.94% | 0.97% | - |
| XYZ | 40.24 | 20.86 | 8.93 | - |
| YUV | 92.32 | 119.36 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 77 | 0 | 0.94 | 0.69 | 0.03 | 344.22 | 0.94 | 0.52 |
| Hex | F8 | 10 | 4D | 0 | 5E | 45 | 3 | 158 | 5E | 34 |
| Octal | 370 | 20 | 115 | 0 | 136 | 105 | 3 | 530 | 136 | 64 |
| Binary | 11111000 | 10000 | 1001101 | 0 | 1011110 | 1000101 | 11 | 101011000 | 1011110 | 110100 |
Color Harmonies of #F8104D
Complementary color
Monochromatic Colors of #F8104D
Black with #F8104D
Text Example
Text Example
White with #F8104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8104D; }
p { color: rgb(248,16,77); }
H1.HeaderClassName
{
color: #F8104D;
}
.AnyTagClassName
{
color: #F8104D;
}
</style>
background-color css
<style>
a { background-color: #F8104D; }
a { background-color: rgb(248,16,77); }
div.DivClassName
{
background-color: #F8104D;
}
.BgClassName
{
background-color: #F8104D;
}
</style>
border-color css
<style>
span { border-color: #F8104D; }
span { border-color: rgb(248,16,77); }
td.TdClassName
{
border-color: #F8104D;
}
.TagClassName
{
border-color: #F8104D;
}
</style>