Shades of Torch Red #F4063F
Tints of Torch Red #F4063F
RGB
CMYK
RGB Variations
Color information
#F4063F (or 0xF4063F) is known color: Torch Red. HEX triplet: F4, 06 and 3F. RGB value is (244,6,63). Sum of RGB (Red+Green+Blue) = 244+6+63=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F4063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4063F is #0BF9C0. Grayscale: #535353. Windows color (decimal): -784833 or 4130548. OLE color: 4130548.
HSL color Cylindrical-coordinate representation of color #F4063F: hue angle of 345.63º 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 #F4063F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.04 |
| HSL | 345.63º | 0.95% | 0.49% | - |
| HSV(B) | 345.63º | 0.98% | 0.96% | - |
| XYZ | 38.27 | 19.72 | 6.49 | - |
| YUV | 83.66 | 116.35 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 63 | 0 | 0.98 | 0.74 | 0.04 | 345.63 | 0.95 | 0.49 |
| Hex | F4 | 6 | 3F | 0 | 62 | 4A | 4 | 15A | 5F | 31 |
| Octal | 364 | 6 | 77 | 0 | 142 | 112 | 4 | 532 | 137 | 61 |
| Binary | 11110100 | 110 | 111111 | 0 | 1100010 | 1001010 | 100 | 101011010 | 1011111 | 110001 |
Color Harmonies of #F4063F
Complementary color
Monochromatic Colors of #F4063F
Black with #F4063F
Text Example
Text Example
White with #F4063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4063F; }
p { color: rgb(244,6,63); }
H1.HeaderClassName
{
color: #F4063F;
}
.AnyTagClassName
{
color: #F4063F;
}
</style>
background-color css
<style>
a { background-color: #F4063F; }
a { background-color: rgb(244,6,63); }
div.DivClassName
{
background-color: #F4063F;
}
.BgClassName
{
background-color: #F4063F;
}
</style>
border-color css
<style>
span { border-color: #F4063F; }
span { border-color: rgb(244,6,63); }
td.TdClassName
{
border-color: #F4063F;
}
.TagClassName
{
border-color: #F4063F;
}
</style>