Shades of Torch Red #F31046
Tints of Torch Red #F31046
RGB
CMYK
RGB Variations
Color information
#F31046 (or 0xF31046) is known color: Torch Red. HEX triplet: F3, 10 and 46. RGB value is (243,16,70). Sum of RGB (Red+Green+Blue) = 243+16+70=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F31046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31046 is #0CEFB9. Grayscale: #5A5A5A. Windows color (decimal): -847802 or 4591859. OLE color: 4591859.
HSL color Cylindrical-coordinate representation of color #F31046: hue angle of 345.73º 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 #F31046 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 70 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.05 |
| HSL | 345.73º | 0.9% | 0.51% | - |
| HSV(B) | 345.73º | 0.93% | 0.95% | - |
| XYZ | 38.25 | 19.87 | 7.61 | - |
| YUV | 90.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 70 | 0 | 0.93 | 0.71 | 0.05 | 345.73 | 0.9 | 0.51 |
| Hex | F3 | 10 | 46 | 0 | 5D | 47 | 5 | 15A | 5A | 33 |
| Octal | 363 | 20 | 106 | 0 | 135 | 107 | 5 | 532 | 132 | 63 |
| Binary | 11110011 | 10000 | 1000110 | 0 | 1011101 | 1000111 | 101 | 101011010 | 1011010 | 110011 |
Color Harmonies of #F31046
Complementary color
Monochromatic Colors of #F31046
Black with #F31046
Text Example
Text Example
White with #F31046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31046; }
p { color: rgb(243,16,70); }
H1.HeaderClassName
{
color: #F31046;
}
.AnyTagClassName
{
color: #F31046;
}
</style>
background-color css
<style>
a { background-color: #F31046; }
a { background-color: rgb(243,16,70); }
div.DivClassName
{
background-color: #F31046;
}
.BgClassName
{
background-color: #F31046;
}
</style>
border-color css
<style>
span { border-color: #F31046; }
span { border-color: rgb(243,16,70); }
td.TdClassName
{
border-color: #F31046;
}
.TagClassName
{
border-color: #F31046;
}
</style>