Shades of Torch Red #F8124B
Tints of Torch Red #F8124B
RGB
CMYK
RGB Variations
Color information
#F8124B (or 0xF8124B) is known color: Torch Red. HEX triplet: F8, 12 and 4B. RGB value is (248,18,75). Sum of RGB (Red+Green+Blue) = 248+18+75=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F8124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8124B is #07EDB4. Grayscale: #5D5D5D. Windows color (decimal): -519605 or 4920056. OLE color: 4920056.
HSL color Cylindrical-coordinate representation of color #F8124B: hue angle of 345.13º 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 #F8124B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 75 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.03 |
| HSL | 345.13º | 0.94% | 0.52% | - |
| HSV(B) | 345.13º | 0.93% | 0.97% | - |
| XYZ | 40.2 | 20.9 | 8.57 | - |
| YUV | 93.27 | 117.7 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 75 | 0 | 0.93 | 0.70 | 0.03 | 345.13 | 0.94 | 0.52 |
| Hex | F8 | 12 | 4B | 0 | 5D | 46 | 3 | 159 | 5E | 34 |
| Octal | 370 | 22 | 113 | 0 | 135 | 106 | 3 | 531 | 136 | 64 |
| Binary | 11111000 | 10010 | 1001011 | 0 | 1011101 | 1000110 | 11 | 101011001 | 1011110 | 110100 |
Color Harmonies of #F8124B
Complementary color
Monochromatic Colors of #F8124B
Black with #F8124B
Text Example
Text Example
White with #F8124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8124B; }
p { color: rgb(248,18,75); }
H1.HeaderClassName
{
color: #F8124B;
}
.AnyTagClassName
{
color: #F8124B;
}
</style>
background-color css
<style>
a { background-color: #F8124B; }
a { background-color: rgb(248,18,75); }
div.DivClassName
{
background-color: #F8124B;
}
.BgClassName
{
background-color: #F8124B;
}
</style>
border-color css
<style>
span { border-color: #F8124B; }
span { border-color: rgb(248,18,75); }
td.TdClassName
{
border-color: #F8124B;
}
.TagClassName
{
border-color: #F8124B;
}
</style>