Shades of Torch Red #F0063F
Tints of Torch Red #F0063F
RGB
CMYK
RGB Variations
Color information
#F0063F (or 0xF0063F) is known color: Torch Red. HEX triplet: F0, 06 and 3F. RGB value is (240,6,63). Sum of RGB (Red+Green+Blue) = 240+6+63=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0063F is #0FF9C0. Grayscale: #525252. Windows color (decimal): -1046977 or 4130544. OLE color: 4130544.
HSL color Cylindrical-coordinate representation of color #F0063F: hue angle of 345.38º 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 #F0063F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.06 |
| HSL | 345.38º | 0.95% | 0.48% | - |
| HSV(B) | 345.38º | 0.98% | 0.94% | - |
| XYZ | 36.9 | 19.01 | 6.43 | - |
| YUV | 82.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 63 | 0 | 0.98 | 0.74 | 0.06 | 345.38 | 0.95 | 0.48 |
| Hex | F0 | 6 | 3F | 0 | 62 | 4A | 6 | 159 | 5F | 30 |
| Octal | 360 | 6 | 77 | 0 | 142 | 112 | 6 | 531 | 137 | 60 |
| Binary | 11110000 | 110 | 111111 | 0 | 1100010 | 1001010 | 110 | 101011001 | 1011111 | 110000 |
Color Harmonies of #F0063F
Complementary color
Monochromatic Colors of #F0063F
Black with #F0063F
Text Example
Text Example
White with #F0063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0063F; }
p { color: rgb(240,6,63); }
H1.HeaderClassName
{
color: #F0063F;
}
.AnyTagClassName
{
color: #F0063F;
}
</style>
background-color css
<style>
a { background-color: #F0063F; }
a { background-color: rgb(240,6,63); }
div.DivClassName
{
background-color: #F0063F;
}
.BgClassName
{
background-color: #F0063F;
}
</style>
border-color css
<style>
span { border-color: #F0063F; }
span { border-color: rgb(240,6,63); }
td.TdClassName
{
border-color: #F0063F;
}
.TagClassName
{
border-color: #F0063F;
}
</style>