Shades of Torch Red #F8044B
Tints of Torch Red #F8044B
RGB
CMYK
RGB Variations
Color information
#F8044B (or 0xF8044B) is known color: Torch Red. HEX triplet: F8, 04 and 4B. RGB value is (248,4,75). Sum of RGB (Red+Green+Blue) = 248+4+75=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F8044B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8044B is #07FBB4. Grayscale: #555555. Windows color (decimal): -523189 or 4916472. OLE color: 4916472.
HSL color Cylindrical-coordinate representation of color #F8044B: hue angle of 342.54º 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 #F8044B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.03 |
| HSL | 342.54º | 0.97% | 0.49% | - |
| HSV(B) | 342.54º | 0.98% | 0.97% | - |
| XYZ | 40.02 | 20.55 | 8.51 | - |
| YUV | 85.05 | 122.34 | 244.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 75 | 0 | 0.98 | 0.70 | 0.03 | 342.54 | 0.97 | 0.49 |
| Hex | F8 | 4 | 4B | 0 | 62 | 46 | 3 | 157 | 61 | 31 |
| Octal | 370 | 4 | 113 | 0 | 142 | 106 | 3 | 527 | 141 | 61 |
| Binary | 11111000 | 100 | 1001011 | 0 | 1100010 | 1000110 | 11 | 101010111 | 1100001 | 110001 |
Color Harmonies of #F8044B
Complementary color
Monochromatic Colors of #F8044B
Black with #F8044B
Text Example
Text Example
White with #F8044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8044B; }
p { color: rgb(248,4,75); }
H1.HeaderClassName
{
color: #F8044B;
}
.AnyTagClassName
{
color: #F8044B;
}
</style>
background-color css
<style>
a { background-color: #F8044B; }
a { background-color: rgb(248,4,75); }
div.DivClassName
{
background-color: #F8044B;
}
.BgClassName
{
background-color: #F8044B;
}
</style>
border-color css
<style>
span { border-color: #F8044B; }
span { border-color: rgb(248,4,75); }
td.TdClassName
{
border-color: #F8044B;
}
.TagClassName
{
border-color: #F8044B;
}
</style>