Shades of Torch Red #F8063B
Tints of Torch Red #F8063B
RGB
CMYK
RGB Variations
Color information
#F8063B (or 0xF8063B) is known color: Torch Red. HEX triplet: F8, 06 and 3B. RGB value is (248,6,59). Sum of RGB (Red+Green+Blue) = 248+6+59=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8063B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8063B is #07F9C4. Grayscale: #545454. Windows color (decimal): -522693 or 3868408. OLE color: 3868408.
HSL color Cylindrical-coordinate representation of color #F8063B: hue angle of 346.86º 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 #F8063B is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 59 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.03 |
| HSL | 346.86º | 0.95% | 0.5% | - |
| HSV(B) | 346.86º | 0.98% | 0.97% | - |
| XYZ | 39.57 | 20.4 | 5.99 | - |
| YUV | 84.4 | 113.67 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 59 | 0 | 0.98 | 0.76 | 0.03 | 346.86 | 0.95 | 0.5 |
| Hex | F8 | 6 | 3B | 0 | 62 | 4C | 3 | 15B | 5F | 32 |
| Octal | 370 | 6 | 73 | 0 | 142 | 114 | 3 | 533 | 137 | 62 |
| Binary | 11111000 | 110 | 111011 | 0 | 1100010 | 1001100 | 11 | 101011011 | 1011111 | 110010 |
Color Harmonies of #F8063B
Complementary color
Monochromatic Colors of #F8063B
Black with #F8063B
Text Example
Text Example
White with #F8063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8063B; }
p { color: rgb(248,6,59); }
H1.HeaderClassName
{
color: #F8063B;
}
.AnyTagClassName
{
color: #F8063B;
}
</style>
background-color css
<style>
a { background-color: #F8063B; }
a { background-color: rgb(248,6,59); }
div.DivClassName
{
background-color: #F8063B;
}
.BgClassName
{
background-color: #F8063B;
}
</style>
border-color css
<style>
span { border-color: #F8063B; }
span { border-color: rgb(248,6,59); }
td.TdClassName
{
border-color: #F8063B;
}
.TagClassName
{
border-color: #F8063B;
}
</style>