Shades of Torch Red #F8104C
Tints of Torch Red #F8104C
RGB
CMYK
RGB Variations
Color information
#F8104C (or 0xF8104C) is known color: Torch Red. HEX triplet: F8, 10 and 4C. RGB value is (248,16,76). Sum of RGB (Red+Green+Blue) = 248+16+76=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8104C is #07EFB3. Grayscale: #5C5C5C. Windows color (decimal): -520116 or 4985080. OLE color: 4985080.
HSL color Cylindrical-coordinate representation of color #F8104C: hue angle of 344.48º 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 #F8104C is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 76 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.03 |
| HSL | 344.48º | 0.94% | 0.52% | - |
| HSV(B) | 344.48º | 0.94% | 0.97% | - |
| XYZ | 40.2 | 20.85 | 8.74 | - |
| YUV | 92.21 | 118.86 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 76 | 0 | 0.94 | 0.69 | 0.03 | 344.48 | 0.94 | 0.52 |
| Hex | F8 | 10 | 4C | 0 | 5E | 45 | 3 | 158 | 5E | 34 |
| Octal | 370 | 20 | 114 | 0 | 136 | 105 | 3 | 530 | 136 | 64 |
| Binary | 11111000 | 10000 | 1001100 | 0 | 1011110 | 1000101 | 11 | 101011000 | 1011110 | 110100 |
Color Harmonies of #F8104C
Complementary color
Monochromatic Colors of #F8104C
Black with #F8104C
Text Example
Text Example
White with #F8104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8104C; }
p { color: rgb(248,16,76); }
H1.HeaderClassName
{
color: #F8104C;
}
.AnyTagClassName
{
color: #F8104C;
}
</style>
background-color css
<style>
a { background-color: #F8104C; }
a { background-color: rgb(248,16,76); }
div.DivClassName
{
background-color: #F8104C;
}
.BgClassName
{
background-color: #F8104C;
}
</style>
border-color css
<style>
span { border-color: #F8104C; }
span { border-color: rgb(248,16,76); }
td.TdClassName
{
border-color: #F8104C;
}
.TagClassName
{
border-color: #F8104C;
}
</style>