Shades of Torch Red #F8044C
Tints of Torch Red #F8044C
RGB
CMYK
RGB Variations
Color information
#F8044C (or 0xF8044C) is known color: Torch Red. HEX triplet: F8, 04 and 4C. RGB value is (248,4,76). Sum of RGB (Red+Green+Blue) = 248+4+76=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8044C is #07FBB3. Grayscale: #555555. Windows color (decimal): -523188 or 4982008. OLE color: 4982008.
HSL color Cylindrical-coordinate representation of color #F8044C: hue angle of 342.3º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8044C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.3º | 0.97% | 0.49% | - |
| HSV(B) | 342.3º | 0.98% | 0.97% | - |
| XYZ | 40.06 | 20.57 | 8.7 | - |
| YUV | 85.16 | 122.84 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 76 | 0 | 0.98 | 0.69 | 0.03 | 342.3 | 0.97 | 0.49 |
| Hex | F8 | 4 | 4C | 0 | 62 | 45 | 3 | 156 | 61 | 31 |
| Octal | 370 | 4 | 114 | 0 | 142 | 105 | 3 | 526 | 141 | 61 |
| Binary | 11111000 | 100 | 1001100 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1100001 | 110001 |
Color Harmonies of #F8044C
Complementary color
Monochromatic Colors of #F8044C
Black with #F8044C
Text Example
Text Example
White with #F8044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8044C; }
p { color: rgb(248,4,76); }
H1.HeaderClassName
{
color: #F8044C;
}
.AnyTagClassName
{
color: #F8044C;
}
</style>
background-color css
<style>
a { background-color: #F8044C; }
a { background-color: rgb(248,4,76); }
div.DivClassName
{
background-color: #F8044C;
}
.BgClassName
{
background-color: #F8044C;
}
</style>
border-color css
<style>
span { border-color: #F8044C; }
span { border-color: rgb(248,4,76); }
td.TdClassName
{
border-color: #F8044C;
}
.TagClassName
{
border-color: #F8044C;
}
</style>