Shades of Torch Red #F8083F
Tints of Torch Red #F8083F
RGB
CMYK
RGB Variations
Color information
#F8083F (or 0xF8083F) is known color: Torch Red. HEX triplet: F8, 08 and 3F. RGB value is (248,8,63). Sum of RGB (Red+Green+Blue) = 248+8+63=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F8083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8083F is #07F7C0. Grayscale: #565656. Windows color (decimal): -522177 or 4131064. OLE color: 4131064.
HSL color Cylindrical-coordinate representation of color #F8083F: hue angle of 346.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8083F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 63 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.03 |
| HSL | 346.25º | 0.94% | 0.5% | - |
| HSV(B) | 346.25º | 0.97% | 0.97% | - |
| XYZ | 39.7 | 20.49 | 6.57 | - |
| YUV | 86.03 | 115.01 | 243.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 63 | 0 | 0.97 | 0.75 | 0.03 | 346.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 3F | 0 | 61 | 4B | 3 | 15A | 5E | 32 |
| Octal | 370 | 10 | 77 | 0 | 141 | 113 | 3 | 532 | 136 | 62 |
| Binary | 11111000 | 1000 | 111111 | 0 | 1100001 | 1001011 | 11 | 101011010 | 1011110 | 110010 |
Color Harmonies of #F8083F
Complementary color
Monochromatic Colors of #F8083F
Black with #F8083F
Text Example
Text Example
White with #F8083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8083F; }
p { color: rgb(248,8,63); }
H1.HeaderClassName
{
color: #F8083F;
}
.AnyTagClassName
{
color: #F8083F;
}
</style>
background-color css
<style>
a { background-color: #F8083F; }
a { background-color: rgb(248,8,63); }
div.DivClassName
{
background-color: #F8083F;
}
.BgClassName
{
background-color: #F8083F;
}
</style>
border-color css
<style>
span { border-color: #F8083F; }
span { border-color: rgb(248,8,63); }
td.TdClassName
{
border-color: #F8083F;
}
.TagClassName
{
border-color: #F8083F;
}
</style>