Shades of Torch Red #F8064C
Tints of Torch Red #F8064C
RGB
CMYK
RGB Variations
Color information
#F8064C (or 0xF8064C) is known color: Torch Red. HEX triplet: F8, 06 and 4C. RGB value is (248,6,76). Sum of RGB (Red+Green+Blue) = 248+6+76=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8064C is #07F9B3. Grayscale: #565656. Windows color (decimal): -522676 or 4982520. OLE color: 4982520.
HSL color Cylindrical-coordinate representation of color #F8064C: hue angle of 342.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8064C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.64º | 0.95% | 0.5% | - |
| HSV(B) | 342.64º | 0.98% | 0.97% | - |
| XYZ | 40.08 | 20.61 | 8.7 | - |
| YUV | 86.34 | 122.17 | 243.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 76 | 0 | 0.98 | 0.69 | 0.03 | 342.64 | 0.95 | 0.5 |
| Hex | F8 | 6 | 4C | 0 | 62 | 45 | 3 | 157 | 5F | 32 |
| Octal | 370 | 6 | 114 | 0 | 142 | 105 | 3 | 527 | 137 | 62 |
| Binary | 11111000 | 110 | 1001100 | 0 | 1100010 | 1000101 | 11 | 101010111 | 1011111 | 110010 |
Color Harmonies of #F8064C
Complementary color
Monochromatic Colors of #F8064C
Black with #F8064C
Text Example
Text Example
White with #F8064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8064C; }
p { color: rgb(248,6,76); }
H1.HeaderClassName
{
color: #F8064C;
}
.AnyTagClassName
{
color: #F8064C;
}
</style>
background-color css
<style>
a { background-color: #F8064C; }
a { background-color: rgb(248,6,76); }
div.DivClassName
{
background-color: #F8064C;
}
.BgClassName
{
background-color: #F8064C;
}
</style>
border-color css
<style>
span { border-color: #F8064C; }
span { border-color: rgb(248,6,76); }
td.TdClassName
{
border-color: #F8064C;
}
.TagClassName
{
border-color: #F8064C;
}
</style>