Shades of Torch Red #F5060B
Tints of Torch Red #F5060B
RGB
CMYK
RGB Variations
Color information
#F5060B (or 0xF5060B) is known color: Torch Red. HEX triplet: F5, 06 and 0B. RGB value is (245,6,11). Sum of RGB (Red+Green+Blue) = 245+6+11=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F5060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5060B is #0AF9F4. Grayscale: #4E4E4E. Windows color (decimal): -719349 or 722677. OLE color: 722677.
HSL color Cylindrical-coordinate representation of color #F5060B: hue angle of 358.74º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5060B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.04 |
| HSL | 358.74º | 0.95% | 0.49% | - |
| HSV(B) | 358.74º | 0.98% | 0.96% | - |
| XYZ | 37.78 | 19.57 | 2.1 | - |
| YUV | 78.03 | 90.18 | 247.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 11 | 0 | 0.98 | 0.96 | 0.04 | 358.74 | 0.95 | 0.49 |
| Hex | F5 | 6 | B | 0 | 62 | 60 | 4 | 167 | 5F | 31 |
| Octal | 365 | 6 | 13 | 0 | 142 | 140 | 4 | 547 | 137 | 61 |
| Binary | 11110101 | 110 | 1011 | 0 | 1100010 | 1100000 | 100 | 101100111 | 1011111 | 110001 |
Color Harmonies of #F5060B
Complementary color
Monochromatic Colors of #F5060B
Black with #F5060B
Text Example
Text Example
White with #F5060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5060B; }
p { color: rgb(245,6,11); }
H1.HeaderClassName
{
color: #F5060B;
}
.AnyTagClassName
{
color: #F5060B;
}
</style>
background-color css
<style>
a { background-color: #F5060B; }
a { background-color: rgb(245,6,11); }
div.DivClassName
{
background-color: #F5060B;
}
.BgClassName
{
background-color: #F5060B;
}
</style>
border-color css
<style>
span { border-color: #F5060B; }
span { border-color: rgb(245,6,11); }
td.TdClassName
{
border-color: #F5060B;
}
.TagClassName
{
border-color: #F5060B;
}
</style>