Shades of Torch Red #F8124C
Tints of Torch Red #F8124C
RGB
CMYK
RGB Variations
Color information
#F8124C (or 0xF8124C) is known color: Torch Red. HEX triplet: F8, 12 and 4C. RGB value is (248,18,76). Sum of RGB (Red+Green+Blue) = 248+18+76=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8124C is #07EDB3. Grayscale: #5D5D5D. Windows color (decimal): -519604 or 4985592. OLE color: 4985592.
HSL color Cylindrical-coordinate representation of color #F8124C: hue angle of 344.87º 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 #F8124C is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 76 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.03 |
| HSL | 344.87º | 0.94% | 0.52% | - |
| HSV(B) | 344.87º | 0.93% | 0.97% | - |
| XYZ | 40.23 | 20.91 | 8.75 | - |
| YUV | 93.38 | 118.2 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 76 | 0 | 0.93 | 0.69 | 0.03 | 344.87 | 0.94 | 0.52 |
| Hex | F8 | 12 | 4C | 0 | 5D | 45 | 3 | 159 | 5E | 34 |
| Octal | 370 | 22 | 114 | 0 | 135 | 105 | 3 | 531 | 136 | 64 |
| Binary | 11111000 | 10010 | 1001100 | 0 | 1011101 | 1000101 | 11 | 101011001 | 1011110 | 110100 |
Color Harmonies of #F8124C
Complementary color
Monochromatic Colors of #F8124C
Black with #F8124C
Text Example
Text Example
White with #F8124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8124C; }
p { color: rgb(248,18,76); }
H1.HeaderClassName
{
color: #F8124C;
}
.AnyTagClassName
{
color: #F8124C;
}
</style>
background-color css
<style>
a { background-color: #F8124C; }
a { background-color: rgb(248,18,76); }
div.DivClassName
{
background-color: #F8124C;
}
.BgClassName
{
background-color: #F8124C;
}
</style>
border-color css
<style>
span { border-color: #F8124C; }
span { border-color: rgb(248,18,76); }
td.TdClassName
{
border-color: #F8124C;
}
.TagClassName
{
border-color: #F8124C;
}
</style>