Shades of Torch Red #F8124D
Tints of Torch Red #F8124D
RGB
CMYK
RGB Variations
Color information
#F8124D (or 0xF8124D) is known color: Torch Red. HEX triplet: F8, 12 and 4D. RGB value is (248,18,77). Sum of RGB (Red+Green+Blue) = 248+18+77=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8124D is #07EDB2. Grayscale: #5D5D5D. Windows color (decimal): -519603 or 5051128. OLE color: 5051128.
HSL color Cylindrical-coordinate representation of color #F8124D: hue angle of 344.61º 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 #F8124D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 77 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.03 |
| HSL | 344.61º | 0.94% | 0.52% | - |
| HSV(B) | 344.61º | 0.93% | 0.97% | - |
| XYZ | 40.27 | 20.92 | 8.94 | - |
| YUV | 93.5 | 118.7 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 77 | 0 | 0.93 | 0.69 | 0.03 | 344.61 | 0.94 | 0.52 |
| Hex | F8 | 12 | 4D | 0 | 5D | 45 | 3 | 159 | 5E | 34 |
| Octal | 370 | 22 | 115 | 0 | 135 | 105 | 3 | 531 | 136 | 64 |
| Binary | 11111000 | 10010 | 1001101 | 0 | 1011101 | 1000101 | 11 | 101011001 | 1011110 | 110100 |
Color Harmonies of #F8124D
Complementary color
Monochromatic Colors of #F8124D
Black with #F8124D
Text Example
Text Example
White with #F8124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8124D; }
p { color: rgb(248,18,77); }
H1.HeaderClassName
{
color: #F8124D;
}
.AnyTagClassName
{
color: #F8124D;
}
</style>
background-color css
<style>
a { background-color: #F8124D; }
a { background-color: rgb(248,18,77); }
div.DivClassName
{
background-color: #F8124D;
}
.BgClassName
{
background-color: #F8124D;
}
</style>
border-color css
<style>
span { border-color: #F8124D; }
span { border-color: rgb(248,18,77); }
td.TdClassName
{
border-color: #F8124D;
}
.TagClassName
{
border-color: #F8124D;
}
</style>