Shades of Torch Red #F0062B
Tints of Torch Red #F0062B
RGB
CMYK
RGB Variations
Color information
#F0062B (or 0xF0062B) is known color: Torch Red. HEX triplet: F0, 06 and 2B. RGB value is (240,6,43). Sum of RGB (Red+Green+Blue) = 240+6+43=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0062B is #0FF9D4. Grayscale: #505050. Windows color (decimal): -1046997 or 2819824. OLE color: 2819824.
HSL color Cylindrical-coordinate representation of color #F0062B: hue angle of 350.51º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0062B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.06 |
| HSL | 350.51º | 0.95% | 0.48% | - |
| HSV(B) | 350.51º | 0.98% | 0.94% | - |
| XYZ | 36.44 | 18.83 | 4 | - |
| YUV | 80.18 | 107.02 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 43 | 0 | 0.98 | 0.82 | 0.06 | 350.51 | 0.95 | 0.48 |
| Hex | F0 | 6 | 2B | 0 | 62 | 52 | 6 | 15F | 5F | 30 |
| Octal | 360 | 6 | 53 | 0 | 142 | 122 | 6 | 537 | 137 | 60 |
| Binary | 11110000 | 110 | 101011 | 0 | 1100010 | 1010010 | 110 | 101011111 | 1011111 | 110000 |
Color Harmonies of #F0062B
Complementary color
Monochromatic Colors of #F0062B
Black with #F0062B
Text Example
Text Example
White with #F0062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0062B; }
p { color: rgb(240,6,43); }
H1.HeaderClassName
{
color: #F0062B;
}
.AnyTagClassName
{
color: #F0062B;
}
</style>
background-color css
<style>
a { background-color: #F0062B; }
a { background-color: rgb(240,6,43); }
div.DivClassName
{
background-color: #F0062B;
}
.BgClassName
{
background-color: #F0062B;
}
</style>
border-color css
<style>
span { border-color: #F0062B; }
span { border-color: rgb(240,6,43); }
td.TdClassName
{
border-color: #F0062B;
}
.TagClassName
{
border-color: #F0062B;
}
</style>