Shades of Torch Red #F0062F
Tints of Torch Red #F0062F
RGB
CMYK
RGB Variations
Color information
#F0062F (or 0xF0062F) is known color: Torch Red. HEX triplet: F0, 06 and 2F. RGB value is (240,6,47). Sum of RGB (Red+Green+Blue) = 240+6+47=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F0062F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0062F is #0FF9D0. Grayscale: #505050. Windows color (decimal): -1046993 or 3081968. OLE color: 3081968.
HSL color Cylindrical-coordinate representation of color #F0062F: hue angle of 349.49º 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 #F0062F is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 47 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.06 |
| HSL | 349.49º | 0.95% | 0.48% | - |
| HSV(B) | 349.49º | 0.98% | 0.94% | - |
| XYZ | 36.51 | 18.86 | 4.41 | - |
| YUV | 80.64 | 109.02 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 47 | 0 | 0.98 | 0.80 | 0.06 | 349.49 | 0.95 | 0.48 |
| Hex | F0 | 6 | 2F | 0 | 62 | 50 | 6 | 15D | 5F | 30 |
| Octal | 360 | 6 | 57 | 0 | 142 | 120 | 6 | 535 | 137 | 60 |
| Binary | 11110000 | 110 | 101111 | 0 | 1100010 | 1010000 | 110 | 101011101 | 1011111 | 110000 |
Color Harmonies of #F0062F
Complementary color
Monochromatic Colors of #F0062F
Black with #F0062F
Text Example
Text Example
White with #F0062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0062F; }
p { color: rgb(240,6,47); }
H1.HeaderClassName
{
color: #F0062F;
}
.AnyTagClassName
{
color: #F0062F;
}
</style>
background-color css
<style>
a { background-color: #F0062F; }
a { background-color: rgb(240,6,47); }
div.DivClassName
{
background-color: #F0062F;
}
.BgClassName
{
background-color: #F0062F;
}
</style>
border-color css
<style>
span { border-color: #F0062F; }
span { border-color: rgb(240,6,47); }
td.TdClassName
{
border-color: #F0062F;
}
.TagClassName
{
border-color: #F0062F;
}
</style>