Shades of Torch Red #F3063F
Tints of Torch Red #F3063F
RGB
CMYK
RGB Variations
Color information
#F3063F (or 0xF3063F) is known color: Torch Red. HEX triplet: F3, 06 and 3F. RGB value is (243,6,63). Sum of RGB (Red+Green+Blue) = 243+6+63=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F3063F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3063F is #0CF9C0. Grayscale: #535353. Windows color (decimal): -850369 or 4130547. OLE color: 4130547.
HSL color Cylindrical-coordinate representation of color #F3063F: hue angle of 345.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3063F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.05 |
| HSL | 345.57º | 0.95% | 0.49% | - |
| HSV(B) | 345.57º | 0.98% | 0.95% | - |
| XYZ | 37.92 | 19.54 | 6.48 | - |
| YUV | 83.36 | 116.52 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 63 | 0 | 0.98 | 0.74 | 0.05 | 345.57 | 0.95 | 0.49 |
| Hex | F3 | 6 | 3F | 0 | 62 | 4A | 5 | 15A | 5F | 31 |
| Octal | 363 | 6 | 77 | 0 | 142 | 112 | 5 | 532 | 137 | 61 |
| Binary | 11110011 | 110 | 111111 | 0 | 1100010 | 1001010 | 101 | 101011010 | 1011111 | 110001 |
Color Harmonies of #F3063F
Complementary color
Monochromatic Colors of #F3063F
Black with #F3063F
Text Example
Text Example
White with #F3063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3063F; }
p { color: rgb(243,6,63); }
H1.HeaderClassName
{
color: #F3063F;
}
.AnyTagClassName
{
color: #F3063F;
}
</style>
background-color css
<style>
a { background-color: #F3063F; }
a { background-color: rgb(243,6,63); }
div.DivClassName
{
background-color: #F3063F;
}
.BgClassName
{
background-color: #F3063F;
}
</style>
border-color css
<style>
span { border-color: #F3063F; }
span { border-color: rgb(243,6,63); }
td.TdClassName
{
border-color: #F3063F;
}
.TagClassName
{
border-color: #F3063F;
}
</style>