Shades of Torch Red #F31145
Tints of Torch Red #F31145
RGB
CMYK
RGB Variations
Color information
#F31145 (or 0xF31145) is known color: Torch Red. HEX triplet: F3, 11 and 45. RGB value is (243,17,69). Sum of RGB (Red+Green+Blue) = 243+17+69=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31145 is #0CEEBA. Grayscale: #5A5A5A. Windows color (decimal): -847547 or 4526579. OLE color: 4526579.
HSL color Cylindrical-coordinate representation of color #F31145: hue angle of 346.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31145 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 346.19º | 0.9% | 0.51% | - |
| HSV(B) | 346.19º | 0.93% | 0.95% | - |
| XYZ | 38.24 | 19.89 | 7.45 | - |
| YUV | 90.5 | 115.87 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 69 | 0 | 0.93 | 0.72 | 0.05 | 346.19 | 0.9 | 0.51 |
| Hex | F3 | 11 | 45 | 0 | 5D | 48 | 5 | 15A | 5A | 33 |
| Octal | 363 | 21 | 105 | 0 | 135 | 110 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10001 | 1000101 | 0 | 1011101 | 1001000 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31145
Complementary color
Monochromatic Colors of #F31145
Black with #F31145
Text Example
Text Example
White with #F31145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31145; }
p { color: rgb(243,17,69); }
H1.HeaderClassName
{
color: #F31145;
}
.AnyTagClassName
{
color: #F31145;
}
</style>
background-color css
<style>
a { background-color: #F31145; }
a { background-color: rgb(243,17,69); }
div.DivClassName
{
background-color: #F31145;
}
.BgClassName
{
background-color: #F31145;
}
</style>
border-color css
<style>
span { border-color: #F31145; }
span { border-color: rgb(243,17,69); }
td.TdClassName
{
border-color: #F31145;
}
.TagClassName
{
border-color: #F31145;
}
</style>